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 class
SQLAggregate
INTERNAL: Represents an aggregate function in a SQL query.class
SQLAggregateReference
INTERNAL: 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 SQLAggregateIF
SQLOrderBy. aggregate
protected SQLAggregateIF
SQLAggregateReference. refagg
Methods in net.ontopia.persistence.query.sql that return SQLAggregateIF Modifier and Type Method Description protected SQLAggregateIF
FilterSQLOptimizer. filterAggregate(SQLAggregateIF sqlagg)
SQLAggregateIF
SQLOrderBy. getAggregate()
SQLAggregateIF
SQLAggregate. getReference()
SQLAggregateIF
SQLAggregateIF. getReference()
INTERNAL: Returns the referenced aggregate if one exists.SQLAggregateIF
SQLAggregateReference. getReference()
protected SQLAggregateIF
SQLBuilder. produceSelectSQLAggregateIF(JDOAggregateIF aggregate, List<SQLExpressionIF> expressions, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
protected SQLAggregateIF
SQLBuilder. wrapAggregate(int aggtype, SQLValueIF sqlvalue)
Methods in net.ontopia.persistence.query.sql with parameters of type SQLAggregateIF Modifier and Type Method Description void
SQLQuery. addAscending(SQLAggregateIF aggregate)
void
SQLQuery. addDescending(SQLAggregateIF aggregate)
void
SQLQuery. addSelect(SQLAggregateIF aggregate)
protected void
AbstractSQLAnalyzer. analyzeAggregate(SQLExpressionIF expr, SQLAggregateIF sqlagg)
protected SQLAggregateIF
FilterSQLOptimizer. filterAggregate(SQLAggregateIF sqlagg)
protected void
GenericSQLGenerator. selectColumnAlias(SQLAggregateIF aggregate, StringBuilder sql)
protected void
GenericSQLGenerator. selectSQLAggregateIF(SQLAggregateIF aggregate, boolean register, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
void
SQLOrderBy. 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)
-