SelectStatement

Undocumented in source.

Constructors

this
this(Expression _expression)
Undocumented in source.
this
this(Expression[] _expressions)
Undocumented in source.

Members

Functions

asSQL
string asSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
from
SelectStatement from(Expression table)
Undocumented in source. Be warned that the author may not have intended to support it.
order_by
SelectStatement order_by(Sort _sort)
Undocumented in source. Be warned that the author may not have intended to support it.
where
SelectStatement where(Predicate _predicate)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

expressions
Expression[] expressions;
Undocumented in source.
orders
Sort[] orders;
Undocumented in source.
predicate
Predicate predicate;
Undocumented in source.
table
Expression table;
Undocumented in source.

Inherited Members

From Statement

asSQL
string asSQL()
Undocumented in source.

Meta