class Orma::Query(T)

Defined in:

orma/query.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(where_clause : Nil | String = nil) #

[View source]

Instance Method Detail

def count #

[View source]
def db(*args, **options) #

[View source]
def db(*args, **options, &) #

[View source]
def each(&) #

[View source]
def find_each(*, batch_size = 1000, &) #

[View source]
def map(&) #

[View source]
def table_name(*args, **options) #

[View source]
def table_name(*args, **options, &) #

[View source]
def to_a #

[View source]
def where_clause : String | Nil #

[View source]