Uses of Interface
net.ontopia.persistence.query.sql.SQLAggregateIF
Packages that use SQLAggregateIF
-
Uses of SQLAggregateIF in net.ontopia.persistence.query.sql
Classes in net.ontopia.persistence.query.sql that implement SQLAggregateIFModifier and TypeClassDescriptionclassINTERNAL: Represents an aggregate function in a SQL query.classINTERNAL: Represents a set of columns from a given table.Fields in net.ontopia.persistence.query.sql declared as SQLAggregateIFModifier and TypeFieldDescriptionprotected SQLAggregateIFSQLOrderBy.aggregateprotected SQLAggregateIFSQLAggregateReference.refaggMethods in net.ontopia.persistence.query.sql that return SQLAggregateIFModifier and TypeMethodDescriptionprotected SQLAggregateIFFilterSQLOptimizer.filterAggregate(SQLAggregateIF sqlagg) SQLOrderBy.getAggregate()SQLAggregate.getReference()SQLAggregateIF.getReference()INTERNAL: Returns the referenced aggregate if one exists.SQLAggregateReference.getReference()protected SQLAggregateIFSQLBuilder.produceSelectSQLAggregateIF(JDOAggregateIF aggregate, List<SQLExpressionIF> expressions, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info) protected SQLAggregateIFSQLBuilder.wrapAggregate(int aggtype, SQLValueIF sqlvalue) Methods in net.ontopia.persistence.query.sql with parameters of type SQLAggregateIFModifier and TypeMethodDescriptionvoidSQLQuery.addAscending(SQLAggregateIF aggregate) voidSQLQuery.addDescending(SQLAggregateIF aggregate) voidSQLQuery.addSelect(SQLAggregateIF aggregate) protected voidAbstractSQLAnalyzer.analyzeAggregate(SQLExpressionIF expr, SQLAggregateIF sqlagg) protected SQLAggregateIFFilterSQLOptimizer.filterAggregate(SQLAggregateIF sqlagg) protected voidGenericSQLGenerator.selectColumnAlias(SQLAggregateIF aggregate, StringBuilder sql) protected voidGenericSQLGenerator.selectSQLAggregateIF(SQLAggregateIF aggregate, boolean register, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info) voidSQLOrderBy.setAggregate(SQLAggregateIF aggregate) Constructors in net.ontopia.persistence.query.sql with parameters of type SQLAggregateIFModifierConstructorDescriptionSQLAggregateReference(SQLAggregateIF refagg) SQLOrderBy(SQLAggregateIF aggregate, int order)