class Granite::Query::Executor::MultiValue(Model, Scalar)
- Granite::Query::Executor::MultiValue(Model, Scalar)
- Reference
- Object
Included Modules
Defined in:
granite/query/executors/multi_value.crConstructors
Instance Method Summary
- #<(*args, **options)
- #<(*args, **options, &)
- #<=(arg)
- #>(*args, **options)
- #>(*args, **options, &)
- #>=(arg)
- #run : Array(Scalar)
- #to_i(*args, **options)
- #to_i(*args, **options, &)
- #to_s(*args, **options)
- #to_s(*args, **options, &)
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, default : Scalar = nil)
#