Class: GoogleDataSource::DataSource::Sql::NotExistsPredicate
- Inherits:
-
Predicate
- Object
- WithHelpers
- Predicate
- GoogleDataSource::DataSource::Sql::NotExistsPredicate
- Defined in:
- lib/google_data_source/sql/models.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
154 155 156 |
# File 'lib/google_data_source/sql/models.rb', line 154 def to_s "not exists(#{relation})" end |