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