struct Orb::Query::Insert

Defined in:

query/insert.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

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

[View source]
def fields=(fields : 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]