struct Lustra::SQL::From

Defined in:

lustra/sql/fragment/from.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Lustra::SQL::Fragment

initialize initialize, to_sql to_sql

Constructor methods inherited from struct Lustra::SQL::Fragment

new new

Constructor Detail

def self.new(value : Lustra::SQL::SelectBuilder | String | Symbol, var : String | Symbol | Nil = nil) #

[View source]

Instance Method Detail

def to_sql #

[View source]
def value : Selectable #

[View source]
def value=(value : Selectable) #

[View source]
def var : Symbolic | Nil #

[View source]
def var=(var : Symbolic | Nil) #

[View source]