Uses of Class
tilda.enums.AggregateType
-
Packages that use AggregateType Package Description tilda.db tilda.db.stores tilda.enums tilda.parsing.parts tilda.parsing.parts.helpers -
-
Uses of AggregateType in tilda.db
Methods in tilda.db with parameters of type AggregateType Modifier and Type Method Description java.lang.String
Connection. getAggregateStr(AggregateType Agg)
QueryHelper
QueryHelper. selectColumn(int TableId, java.lang.String ColumnName, AggregateType Agg, java.lang.String AliasName)
QueryHelper
QueryHelper. selectColumn(ColumnDefinition Col, AggregateType Agg, java.lang.String Alias)
-
Uses of AggregateType in tilda.db.stores
Methods in tilda.db.stores with parameters of type AggregateType Modifier and Type Method Description java.lang.String
BigQuery. getAggregateStr(AggregateType AT)
java.lang.String
DBType. getAggregateStr(AggregateType AT)
java.lang.String
MSSQL. getAggregateStr(AggregateType AT)
java.lang.String
PostgreSQL. getAggregateStr(AggregateType AT)
-
Uses of AggregateType in tilda.enums
Methods in tilda.enums that return AggregateType Modifier and Type Method Description AggregateType
AggregateType. getComposedAggregate()
static AggregateType
AggregateType. parse(java.lang.String str)
static AggregateType
AggregateType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AggregateType[]
AggregateType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AggregateType in tilda.parsing.parts
Fields in tilda.parsing.parts declared as AggregateType Modifier and Type Field Description AggregateType
Column. _Aggregate
AggregateType
ViewColumn. _Aggregate
AggregateType
ViewPivotAggregate. _Aggregate
-
Uses of AggregateType in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers with parameters of type AggregateType Modifier and Type Method Description static java.lang.String
TzNameHelper. getTzName(java.lang.String colName, Column sameAsObj, AggregateType agg, java.lang.String[] orderBys, boolean sameAs)
Returns the name of the associated TZ column for this column.
-