- build
MySqlSyntax build()
Undocumented in source. Be warned that the author may not have intended to support it.
- crossJoin
SqlBuilder crossJoin(string table, string tableAlias)
Undocumented in source. Be warned that the author may not have intended to support it.
- crossJoin
SqlBuilder crossJoin(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
- expr
MultiWhereExpression expr()
Undocumented in source. Be warned that the author may not have intended to support it.
- from
SqlBuilder from(string tableName, string tableNameAlias)
Undocumented in source. Be warned that the author may not have intended to support it.
- fullJoin
SqlBuilder fullJoin(string table, string tableAlias, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- fullJoin
SqlBuilder fullJoin(string table, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAutoIncrease
string getAutoIncrease()
Undocumented in source. Be warned that the author may not have intended to support it.
- groupBy
SqlBuilder groupBy(string expression)
Undocumented in source. Be warned that the author may not have intended to support it.
- groupBy
string groupBy()
Undocumented in source. Be warned that the author may not have intended to support it.
- having
SqlBuilder having(string expression)
Undocumented in source. Be warned that the author may not have intended to support it.
- having
string having()
Undocumented in source. Be warned that the author may not have intended to support it.
- innerJoin
SqlBuilder innerJoin(string table, string tablealias, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- innerJoin
SqlBuilder innerJoin(string table, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
SqlBuilder insert(string tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
- join
SqlBuilder join(JoinMethod joinMethod, string table, string tablealias, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- join
SqlBuilder join(JoinMethod joinMethod, string table, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- joins
JoinExpression[] joins()
Undocumented in source. Be warned that the author may not have intended to support it.
- leftJoin
SqlBuilder leftJoin(string table, string tableAlias, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- leftJoin
SqlBuilder leftJoin(string table, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- limit
SqlBuilder limit(int limit)
Undocumented in source. Be warned that the author may not have intended to support it.
- limit
int limit()
Undocumented in source. Be warned that the author may not have intended to support it.
- method
Method method()
Undocumented in source. Be warned that the author may not have intended to support it.
- multiWhereStr
string multiWhereStr()
Undocumented in source. Be warned that the author may not have intended to support it.
- offset
SqlBuilder offset(int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- offset
int offset()
Undocumented in source. Be warned that the author may not have intended to support it.
- order
string order()
Undocumented in source. Be warned that the author may not have intended to support it.
- orderBy
SqlBuilder orderBy(string key, string order)
Undocumented in source. Be warned that the author may not have intended to support it.
- orderBy
string orderBy()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
SqlBuilder remove(string tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
- rightJoin
SqlBuilder rightJoin(string table, string tableAlias, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- rightJoin
SqlBuilder rightJoin(string table, string joinWhere)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectImpl
SqlBuilder selectImpl(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectKeys
string[] selectKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
- set
SqlBuilder set(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAutoIncrease
SqlBuilder setAutoIncrease(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- setParameter
SqlBuilder setParameter(int index, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- tableName
string tableName()
Undocumented in source. Be warned that the author may not have intended to support it.
- tableNameAlias
string tableNameAlias()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
SqlBuilder update(string tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
- values
SqlBuilder values(string[string] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- values
ValueExpression[string] values()
Undocumented in source. Be warned that the author may not have intended to support it.
- where
SqlBuilder where(string expression)
Undocumented in source. Be warned that the author may not have intended to support it.
- where
SqlBuilder where(MultiWhereExpression expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- whereImpl
SqlBuilder whereImpl(string key, CompareType type, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- whereKeys
WhereExpression[] whereKeys()
Undocumented in source. Be warned that the author may not have intended to support it.