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

Packages that use BasicRdbExpQueryLeaf
org.objectweb.medor.optim.jorm   
 

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) method.
 QueryTreeField JormFlatten2Rdb.getField(java.lang.String fieldname, JormExtent extent, BasicRdbExpQueryLeaf leaf, boolean add)
          Is a shorcut to the getField(String, PType, JormExtent, BasicRdbExpQueryLeaf) 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.