SelectBuilder

WARNING: this is as susceptible to SQL injections as you would be writing it out by hand

Constructors

this
this(Database db)
Undocumented in source.

Members

Functions

cloned
SelectBuilder cloned()
Undocumented in source. Be warned that the author may not have intended to support it.
setVariable
void setVariable(string name, T 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.

Variables

db
Database db;
Undocumented in source.
fields
string[] fields;
Undocumented in source.
groupBys
string[] groupBys;
Undocumented in source.
joins
string[] joins;
Undocumented in source.
limit
int limit;
Undocumented in source.
limitStart
int limitStart;
Undocumented in source.
orderBys
string[] orderBys;
Undocumented in source.
table
string table;
Undocumented in source.
vars
Variant[string] vars;
Undocumented in source.
wheres
string[] wheres;
Undocumented in source.

Meta