Uses of Class
org.makumba.providers.query.oql.Projection

Packages that use Projection
org.makumba.providers.query.oql   
 

Uses of Projection in org.makumba.providers.query.oql
 

Fields in org.makumba.providers.query.oql with type parameters of type Projection
(package private)  Hashtable<String,Projection> QueryAST.projectionLabelSearch
          searcher for projection labels
(package private)  Vector<Projection> QueryAST.projections
          projections
 

Methods in org.makumba.providers.query.oql with parameters of type Projection
 void QueryAST.addProjection(Projection p)
          add a projection during parsing