Class Arel::SelectManager
In: lib/arel/select_manager.rb
Parent: Arel::TreeManager

Methods

as   constraints   except   exists   from   froms   group   having   initialize_copy   insert   intersect   join   join_sources   join_sql   joins   limit   limit=   lock   locked   minus   new   offset   offset=   on   order   order_clauses   orders   project   projections=   skip   source   take   taken   union   where_clauses   where_sql   wheres   with  

Included Modules

Arel::Crud

Public Class methods

Public Instance methods

Produces an Arel::Nodes::Exists node

FIXME: this method should go away

limit=(limit)

Alias for take

minus(other)

Alias for except

offset=(amount)

Alias for skip

taken()

Alias for limit

[Validate]