struct Orb::Query::Update

Defined in:

query/update.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def table : String | Symbol #

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

[View source]
def to_sql(position) #

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

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

[View source]
def values #

[View source]