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