Uses of Class
org.objectweb.medor.api.QueryLeafException

Packages that use QueryLeafException
org.objectweb.medor.query.rdb.api   
org.objectweb.medor.query.rdb.lib   
 

Uses of QueryLeafException in org.objectweb.medor.query.rdb.api
 

Methods in org.objectweb.medor.query.rdb.api that throw QueryLeafException
 RdbExpField RdbExpQueryLeaf.addRdbField(java.lang.String fieldName, PType type, java.lang.String colName, QualifiedTable table)
          Adds a Field to the RdbExpQueryLeaf
 RdbExpField RdbExpQueryLeaf.addRdbField(RdbExpField rdbField)
          Adds an RdbExpField to the RdbExpQueryLeaf.
 void RdbExpQueryLeaf.removeRdbField(RdbExpField rdbField)
          Adds an RdbExpField to the RdbExpQueryLeaf.
 void RdbExpQueryLeaf.addGroupBy(RdbExpField groupBy)
          Adds a groupBy Field.
 

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

Methods in org.objectweb.medor.query.rdb.lib that throw QueryLeafException
 RdbExpField BasicRdbExpQueryLeaf.addRdbField(java.lang.String name, PType type, java.lang.String colName, QualifiedTable table)
          Adds a Field to the RdbExpQueryLeaf
 RdbExpField BasicRdbExpQueryLeaf.addRdbField(RdbExpField rdbField)
          Adds an RdbExpField to the RdbExpQueryLeaf
 void BasicRdbExpQueryLeaf.removeRdbField(RdbExpField rdbField)
           
 void BasicRdbExpQueryLeaf.addGroupBy(RdbExpField groupBy)
           
 

Constructors in org.objectweb.medor.query.rdb.lib that throw QueryLeafException
BasicRdbExpQueryLeaf(DataStore ds, QualifiedTable[] from, java.lang.String nodeName)
          Constructs a BasicRdbExpQueryLeaf from an Expression and a set of QualifiedTables.