dbal v0.0.6 (2017-08-25T09:20:03Z)
Dub
Repo
SqlSyntax
dbal
syntax
Undocumented in source.
interface
SqlSyntax {
string
toString
();
string
selectExpr
();
string
whereExpr
();
string
joinExpr
();
string
groupByExpr
();
string
havingExpr
();
string
orderExpr
();
string
limitExpr
();
string
offsetExpr
();
string
setExpr
();
string
insertExpr
();
string
autoIncreaseExpr
();
}
Members
Functions
autoIncreaseExpr
string
autoIncreaseExpr
()
Undocumented in source.
groupByExpr
string
groupByExpr
()
Undocumented in source.
havingExpr
string
havingExpr
()
Undocumented in source.
insertExpr
string
insertExpr
()
Undocumented in source.
joinExpr
string
joinExpr
()
Undocumented in source.
limitExpr
string
limitExpr
()
Undocumented in source.
offsetExpr
string
offsetExpr
()
Undocumented in source.
orderExpr
string
orderExpr
()
Undocumented in source.
selectExpr
string
selectExpr
()
Undocumented in source.
setExpr
string
setExpr
()
Undocumented in source.
toString
string
toString
()
Undocumented in source.
whereExpr
string
whereExpr
()
Undocumented in source.
Meta
Source
See Implementation
dbal
syntax
interfaces
SqlSyntax