SQLUpdateBuilderImpl

Undocumented in source.

Constructors

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

Members

Functions

createSQLUpdateStatement
SQLUpdateStatement createSQLUpdateStatement()
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.
getSQLUpdateStatement
SQLUpdateStatement getSQLUpdateStatement()
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.
set
SQLUpdateBuilder set(string[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
SQLUpdateBuilderImpl setValue(Map!(string, Variant) values)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
SQLUpdateBuilderImpl setValue(string column, Variant value)
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.

Static functions

toSQLExpr
SQLExpr toSQLExpr(Variant obj, string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLUpdateBuilder

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.
set
SQLUpdateBuilder set(string[] items)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta