Count

Undocumented in source.

Constructors

this
this(miniorm.query_ast.Select q)
Undocumented in source.
this
this(string from)
Undocumented in source.

Members

Functions

toSql
Sql toSql()

Convert to a SQL statement that can e.g. be pretty printed.

Mixins

__anonymous
mixin WhereMixin!(T, typeof(this), miniorm.query_ast.Select)
Undocumented in source.

Variables

query_
Select!T query_;
Undocumented in source.

Meta