struct Orb::Query::MultiInsert

Defined in:

query/multi_insert.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table : String | Symbol, multi_values : Array(Hash(String | Symbol, Bool | Float32 | Float64 | Int32 | JSON::Any | String | Time | UUID | Nil))) #

[View source]

Instance Method Detail

def multi_values : Array(Hash(String | Symbol, Orb::TYPES)) #

[View source]
def multi_values=(multi_values : Array(Hash(String | Symbol, Orb::TYPES))) #

[View source]
def table : String | Symbol #

[View source]
def table=(table : String | Symbol) #

[View source]
def to_sql(position) #

[View source]
def values #

[View source]