Module: Alf::Predicate::Exists
- Includes:
- Expr
- Defined in:
- lib/alf/predicate/nodes/exists.rb
Instance Method Summary collapse
Methods included from Expr
Instance Method Details
#to_sql(buffer) ⇒ Object
6 7 8 9 10 |
# File 'lib/alf/predicate/nodes/exists.rb', line 6 def to_sql(buffer) buffer << Sql::Expr::EXISTS last.to_sql(buffer) buffer end |