CompilerQuery

Special query representation for use in query compilers

Constructors

this
this(Query q)
Undocumented in source.

Members

Variables

join
Join[] join;

JOIN clause

limit
Limit limit;

LIMIT clause

orderBy
OrderingTerm[] orderBy;

ORDER BY clause

table
Table table;

Table to query

where
Where where;

WHERE clause

Meta