select

range for select query

Constructors

this
this(Statement stmt)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

front
T 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.

Static variables

selectSQL
auto selectSQL;
Undocumented in source.

Variables

entity
T entity;
Undocumented in source.
orderBySQL
string orderBySQL;
Undocumented in source.
whereCondSQL
string whereCondSQL;
Undocumented in source.

Meta