struct Orb::Query::MultiInsert
- Orb::Query::MultiInsert
- Struct
- Value
- Object
Defined in:
query/multi_insert.crConstructors
Instance Method Summary
- #multi_values : Array(Hash(String | Symbol, Orb::TYPES))
- #multi_values=(multi_values : Array(Hash(String | Symbol, Orb::TYPES)))
- #table : String | Symbol
- #table=(table : String | Symbol)
- #to_sql(position)
- #values
Constructor Detail
def self.new(table : String | Symbol, multi_values : Array(Hash(String | Symbol, Bool | Float32 | Float64 | Int32 | JSON::Any | String | Time | UUID | Nil)))
#