SQLSelectBuilderImpl

Undocumented in source.

Constructors

this
this(string dbType)
Undocumented in source.
this
this(string sql, string dbType)
Undocumented in source.
this
this(SQLSelectStatement stmt, string dbType)
Undocumented in source.

Members

Functions

createGroupBy
SQLSelectGroupByClause createGroupBy()
Undocumented in source. Be warned that the author may not have intended to support it.
createOrderBy
SQLOrderBy createOrderBy()
Undocumented in source. Be warned that the author may not have intended to support it.
createSelect
SQLSelect createSelect()
Undocumented in source. Be warned that the author may not have intended to support it.
createSelectQueryBlock
SQLSelectQuery createSelectQueryBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
getQueryBlock
SQLSelectQueryBlock getQueryBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
getSQLSelect
SQLSelect getSQLSelect()
Undocumented in source. Be warned that the author may not have intended to support it.
getSQLSelectStatement
SQLSelectStatement getSQLSelectStatement()
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 off)
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[] columns)
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.
setDistinct
void setDistinct()
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.
toString
string toString(FormatOption option)
Undocumented in source. Be warned that the author may not have intended to support it.
where
SQLBuilder where(string expr)
Undocumented in source. Be warned that the author may not have intended to support it.
whereAnd
SQLBuilder whereAnd(string expr)
Undocumented in source. Be warned that the author may not have intended to support it.
whereOr
SQLBuilder whereOr(string expr)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLSelectBuilder

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.
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.
orderBy
SQLBuilder orderBy(string[] columns)
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.
into
SQLBuilder into(string expr)
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.
offset
SQLBuilder offset(int offset)
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.
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.
join
SQLBuilder join(string table, string _alias, string cond)
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.
leftJoin
SQLBuilder leftJoin(string table, string _alias, string cond)
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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta