struct Orb::Query::From

Defined in:

query/from.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table : String) #

[View source]

Instance Method Detail

def table : String #

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

[View source]
def to_sql(_position) #

[View source]
def values : Array(Bool | Float32 | Float64 | Int32 | JSON::Any | String | Time | UUID | Nil) #

[View source]