Uses of Interface
net.ontopia.persistence.query.sql.SQLAggregateIF
-
Packages that use SQLAggregateIF Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLAggregateIF in net.ontopia.persistence.query.sql
Classes in net.ontopia.persistence.query.sql that implement SQLAggregateIF Modifier and Type Class Description classSQLAggregateINTERNAL: Represents an aggregate function in a SQL query.classSQLAggregateReferenceINTERNAL: Represents a set of columns from a given table.Fields in net.ontopia.persistence.query.sql declared as SQLAggregateIF Modifier and Type Field Description protected SQLAggregateIFSQLOrderBy. aggregateprotected SQLAggregateIFSQLAggregateReference. refaggMethods in net.ontopia.persistence.query.sql that return SQLAggregateIF Modifier and Type Method Description protected SQLAggregateIFFilterSQLOptimizer. filterAggregate(SQLAggregateIF sqlagg)SQLAggregateIFSQLOrderBy. getAggregate()SQLAggregateIFSQLAggregate. getReference()SQLAggregateIFSQLAggregateIF. getReference()INTERNAL: Returns the referenced aggregate if one exists.SQLAggregateIFSQLAggregateReference. 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 SQLAggregateIF Modifier and Type Method Description voidSQLQuery. 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 SQLAggregateIF Constructor Description SQLAggregateReference(SQLAggregateIF refagg)SQLOrderBy(SQLAggregateIF aggregate, int order)
-