QueryBuilder::Projection(T)
Inherits Reference < Object
Class methods
avg(column : String) : AggregateProjection(T)
Sourceavg(projection : Projection) : AggregateProjection(T)
Sourcecolumn(table : String, column : String) : ColumnProjection(T)
Sourcecount(column : String) : AggregateProjection(T)
Sourcecount(projection : Projection) : AggregateProjection(T)
Sourcecount
Sourcemax(column : String) : AggregateProjection(T)
Sourcemax(projection : Projection) : AggregateProjection(T)
Sourcemin(projection : Projection) : AggregateProjection(T)
Sourcesubquery(subquery : SqlBuilder, _as : String) : AliasedProjection(T)
Sourcesum(column : String) : AggregateProjection(T)
Sourcesum(projection : Projection) : AggregateProjection(T)
SourceInstance methods
build
Sourcecast_date
Sourcecast_datetime
Sourcecast_int
Sourcecast_real
Sourcecast_string
Sourceparams
Source