Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
change
master
Change
Changeset
ChangesetError
SQL
FromExpr
OrderExpr
PostgresQuery
Query
Repo
SelectExpr
UpdateExpr
WhereExpr
TypeCast
Built with Crystal 1.9.2
2023-10-07 15:30:48 UTC
struct
Change::SQL::FromExpr
Change::SQL::FromExpr
Struct
Value
Object
Included Modules
AutoInitialize
Defined in:
change/sql/query.cr
Instance Method Summary
#prefix
: String | Nil
#prefix=
(prefix : String | Nil)
#table
: String
#table=
(table : String)
Instance Method Detail
def
prefix
: String | Nil
#
[
View source
]
def
prefix=
(prefix : String | Nil)
#
[
View source
]
def
table
: String
#
[
View source
]
def
table=
(table : String)
#
[
View source
]