QueryBuilder

Undocumented in source.

Constructors

this
this(Connection connection)
Undocumented in source.

Members

Functions

addParam
void addParam(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
addParams
QueryBuilder addParams(T vals)
Undocumented in source. Be warned that the author may not have intended to support it.
addValue
QueryBuilder addValue(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
from
QueryBuilder from(string from)
Undocumented in source. Be warned that the author may not have intended to support it.
from
QueryBuilder from()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
QueryBuilder insert(string table, string[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
QueryBuilder insert(string table, Column[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
limit
QueryBuilder limit(int limit)
Undocumented in source. Be warned that the author may not have intended to support it.
offset
QueryBuilder offset(int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
QueryBuilder opBinary(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T val, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
order
QueryBuilder order(string col, Order order)
Undocumented in source. Be warned that the author may not have intended to support it.
query
Query query()
Undocumented in source. Be warned that the author may not have intended to support it.
query
Query query(Connection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
QueryBuilder remove()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
QueryBuilder remove(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
QueryBuilder remove()
Undocumented in source. Be warned that the author may not have intended to support it.
select
QueryBuilder select(string[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
select
QueryBuilder select(Column[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
set
QueryBuilder set(Value[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
set
QueryBuilder set(string col, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
set
QueryBuilder set(string set)
Undocumented in source. Be warned that the author may not have intended to support it.
update
QueryBuilder update(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
update
QueryBuilder update()
Undocumented in source. Be warned that the author may not have intended to support it.
values
QueryBuilder values(T vals)
Undocumented in source. Be warned that the author may not have intended to support it.
values
QueryBuilder values(Value[] vals)
Undocumented in source. Be warned that the author may not have intended to support it.
where
QueryBuilder where(string filter)
Undocumented in source. Be warned that the author may not have intended to support it.
where
QueryBuilder where(string col, T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

command
string command [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta