Class: Perpetuity::Postgres::NullValue
- Inherits:
-
Object
- Object
- Perpetuity::Postgres::NullValue
- Defined in:
- lib/perpetuity/postgres/null_value.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
4 5 6 |
# File 'lib/perpetuity/postgres/null_value.rb', line 4 def to_s 'NULL' end |