class Granite::Query::Executor::List(Model)

Included Modules

Defined in:

granite/query/executors/list.cr

Constructors

Instance Method Summary

Instance methods inherited from module Granite::Query::Executor::Shared

log(*messages) log, raw_sql : String raw_sql

Constructor Detail

def self.new(sql : String, args : Array(Array(Bool) | Array(Float32) | Array(Float64) | Array(Int16) | Array(Int32) | Array(Int64) | Array(String) | Bool | Float32 | Float64 | Int32 | Int64 | Slice(UInt8) | String | Time | UUID | Nil) = [] of Granite::Columns::Type) #

[View source]

Instance Method Detail

def [](*args, **options) #

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

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

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

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

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

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

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

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

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

[View source]
def run : Array(Model) #

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

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

[View source]