class Orma::Query(T)

Included Modules

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 find_each(*, batch_size = 1000, &) #

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

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

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

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

[View source]