select

Undocumented in source.

Constructors

this
this(Statement stmt, string sql, Args args)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

front
int front()
Undocumented in source. Be warned that the author may not have intended to support it.
orderBy
select orderBy(string order)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
where
select where(string whereCond)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

orderBySQL
string orderBySQL;
Undocumented in source.
selectSQL
string selectSQL;
Undocumented in source.
whereCondSQL
string whereCondSQL;
Undocumented in source.

Meta