class Orma::Query(T)
 
  - Orma::Query(T)
 - Reference
 - Object
 
Defined in:
orma/query.crConstructors
Instance Method Summary
- #count
 - #db(*args, **options)
 - #db(*args, **options, &)
 - #each(&)
 - #find_each(*, batch_size = 1000, &)
 - #map(&)
 - #table_name(*args, **options)
 - #table_name(*args, **options, &)
 - #to_a
 - #where_clause : String | Nil