Uses of Interface
net.ontopia.persistence.query.jdo.JDOAggregateIF

Packages that use JDOAggregateIF
net.ontopia.persistence.query.jdo Object model for representing JDOQL queries 
net.ontopia.persistence.query.sql Object model for representing SQL queries. 
 

Uses of JDOAggregateIF in net.ontopia.persistence.query.jdo
 

Classes in net.ontopia.persistence.query.jdo that implement JDOAggregateIF
 class JDOAggregate
          INTERNAL: JDOQL aggregate function.
 

Fields in net.ontopia.persistence.query.jdo declared as JDOAggregateIF
protected  JDOAggregateIF JDOOrderBy.aggregate
           
 

Methods in net.ontopia.persistence.query.jdo that return JDOAggregateIF
 JDOAggregateIF JDOOrderBy.getAggregate()
           
 

Methods in net.ontopia.persistence.query.jdo with parameters of type JDOAggregateIF
 void JDOQuery.addAscending(JDOAggregateIF aggregate)
           
 void JDOQuery.addDescending(JDOAggregateIF aggregate)
           
 void JDOQuery.addSelect(JDOAggregateIF aggregate)
           
 

Constructors in net.ontopia.persistence.query.jdo with parameters of type JDOAggregateIF
JDOOrderBy(JDOAggregateIF aggregate, int order)
           
 

Uses of JDOAggregateIF in net.ontopia.persistence.query.sql
 

Methods in net.ontopia.persistence.query.sql with parameters of type JDOAggregateIF
protected  SQLAggregateIF SQLBuilder.produceSelectSQLAggregateIF(JDOAggregateIF aggregate, java.util.List expressions, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
           
 



Copyright © 2000-2012 Ontopia.