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.StringConnection. getAggregateStr(AggregateType Agg)QueryHelperQueryHelper. selectColumn(int TableId, java.lang.String ColumnName, AggregateType Agg, java.lang.String AliasName)QueryHelperQueryHelper. 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.StringBigQuery. getAggregateStr(AggregateType AT)java.lang.StringDBType. getAggregateStr(AggregateType AT)java.lang.StringMSSQL. getAggregateStr(AggregateType AT)java.lang.StringPostgreSQL. getAggregateStr(AggregateType AT) -
Uses of AggregateType in tilda.enums
Methods in tilda.enums that return AggregateType Modifier and Type Method Description AggregateTypeAggregateType. getComposedAggregate()static AggregateTypeAggregateType. parse(java.lang.String str)static AggregateTypeAggregateType. 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 AggregateTypeColumn. _AggregateAggregateTypeViewColumn. _AggregateAggregateTypeViewPivotAggregate. _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.StringTzNameHelper. 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.
-