- from
SQLBuilder from(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
- from
SQLBuilder from(string table, string _alias)
Undocumented in source. Be warned that the author may not have intended to support it.
- groupBy
SQLBuilder groupBy(string expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- having
SQLBuilder having(string expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- innerJoin
SQLBuilder innerJoin(string table, string _alias, string cond)
Undocumented in source. Be warned that the author may not have intended to support it.
- into
SQLBuilder into(string expr)
Undocumented in source. Be warned that the author may not have intended to support it.
- join
SQLBuilder join(string table, string _alias, string cond)
Undocumented in source. Be warned that the author may not have intended to support it.
- leftJoin
SQLBuilder leftJoin(string table, string _alias, string cond)
Undocumented in source. Be warned that the author may not have intended to support it.
- limit
SQLBuilder limit(int rowCount)
Undocumented in source. Be warned that the author may not have intended to support it.
- limit
SQLBuilder limit(int rowCount, int offset)
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.
- orderBy
SQLBuilder orderBy(string[] columns)
Undocumented in source. Be warned that the author may not have intended to support it.
- rightJoin
SQLBuilder rightJoin(string table, string _alias, string cond)
Undocumented in source. Be warned that the author may not have intended to support it.
- select
SQLBuilder select(string[] column)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectWithAlias
SQLBuilder selectWithAlias(string column, string _alias)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
SQLUpdateBuilder set(string[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- where
SQLBuilder where(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- whereAnd
SQLBuilder whereAnd(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- whereOr
SQLBuilder whereOr(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
- select
SQLBuilder select(string[] column)
Undocumented in source.
- selectWithAlias
SQLBuilder selectWithAlias(string column, string _alias)
Undocumented in source.
- from
SQLBuilder from(string table)
Undocumented in source.
- from
SQLBuilder from(string table, string _alias)
Undocumented in source.
- orderBy
SQLBuilder orderBy(string[] columns)
Undocumented in source.
- groupBy
SQLBuilder groupBy(string expr)
Undocumented in source.
- having
SQLBuilder having(string expr)
Undocumented in source.
- into
SQLBuilder into(string expr)
Undocumented in source.
- limit
SQLBuilder limit(int rowCount)
Undocumented in source.
- offset
SQLBuilder offset(int offset)
Undocumented in source.
- limit
SQLBuilder limit(int rowCount, int offset)
Undocumented in source.
- where
SQLBuilder where(string sql)
Undocumented in source.
- whereAnd
SQLBuilder whereAnd(string sql)
Undocumented in source.
- whereOr
SQLBuilder whereOr(string sql)
Undocumented in source.
- join
SQLBuilder join(string table, string _alias, string cond)
Undocumented in source.
- innerJoin
SQLBuilder innerJoin(string table, string _alias, string cond)
Undocumented in source.
- leftJoin
SQLBuilder leftJoin(string table, string _alias, string cond)
Undocumented in source.
- rightJoin
SQLBuilder rightJoin(string table, string _alias, string cond)
Undocumented in source.
- toString
string toString()
Undocumented in source.
- toString
string toString(FormatOption option)
Undocumented in source.