Uses of Class
org.objectweb.medor.query.rdb.lib.BasicRdbExpQueryLeaf

Packages that use BasicRdbExpQueryLeaf
org.objectweb.medor.optim.jorm   
org.objectweb.medor.query.rdb.lib   
 

Uses of BasicRdbExpQueryLeaf in org.objectweb.medor.optim.jorm
 

Methods in org.objectweb.medor.optim.jorm with parameters of type BasicRdbExpQueryLeaf
 Expression JormFlatten2Rdb.updateFieldOfExpression(Expression e, BasicRdbExpQueryLeaf leaf, boolean add)
          Replaces the uses of the old fields of extents by fields of a leaf.
 Expression JormFlatten2Rdb.getDecode(PNameField pnf, BasicRdbExpQueryLeaf leaf, boolean add)
          Create an expression to decode a PName.
 QueryTreeField JormFlatten2Rdb.getField(Field old, BasicRdbExpQueryLeaf leaf, boolean add)
          Is a shorcut to the getField(String, PType, JormExtent, BasicRdbExpQueryLeaf, boolean) method.
 QueryTreeField JormFlatten2Rdb.getField(java.lang.String fieldname, JormExtent extent, BasicRdbExpQueryLeaf leaf, boolean add)
          Shortcut to the getField(String, PType, JormExtent, BasicRdbExpQueryLeaf, boolean) method.
 QueryTreeField JormFlatten2Rdb.getField(java.lang.String fieldname, PType type, JormExtent extent, BasicRdbExpQueryLeaf leaf, boolean add)
          Adds a field in a leaf if it is not already present.
 

Uses of BasicRdbExpQueryLeaf in org.objectweb.medor.query.rdb.lib
 

Methods in org.objectweb.medor.query.rdb.lib with parameters of type BasicRdbExpQueryLeaf
 java.lang.String MedorExpression2WhereClause.convertExp2WhereClause(Expression exp, RdbAdapter rdbAdapter, BasicRdbExpQueryLeaf ql, ParameterOperand[] pos)
           
 

Constructors in org.objectweb.medor.query.rdb.lib with parameters of type BasicRdbExpQueryLeaf
AggregateRdbQueryNode(QueryTreeField[] groupedFields, java.lang.String groupedFieldName, QueryTreeField[] groupByFields, BasicRdbExpQueryLeaf subQL, OptimizationMetaData optimizationMD, DataStore ds, java.lang.String nodeName)
          Constructs a RDB QueryNode for an aggregation.