struct Change::SQL::SelectExpr

Included Modules

Defined in:

change/sql/query.cr

Instance Method Summary

Instance Method Detail

def column : String #

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

[View source]
def prefix : String | Nil #

[View source]
def prefix=(prefix : String | Nil) #

[View source]
def table : String | Nil #

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

[View source]