Uses of Interface
org.objectweb.medor.query.rdb.api.RdbQueryLeaf

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

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

Subinterfaces of RdbQueryLeaf in org.objectweb.medor.query.rdb.api
 interface RdbExpQueryLeaf
          An RdbExpQueryLeaf is a particular type of RdbQueryLeaf for which the associated SQL query if not given as a SQL String, but is computed from an Expression (representing the filter) and from abstract information made of QualifiedTables, representing the FROM part of the SQL query.
 interface RdbStringQueryLeaf
          An RdbStringQueryLeaf is an RdbQueryLeaf built from a SQL request provided as a String.
 

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

Classes in org.objectweb.medor.query.rdb.lib that implement RdbQueryLeaf
 class AggregateRdbQueryNode
          This class represents a QueryLeaf which contains aggregate functions.
 class BasicRdbExpQueryLeaf
          This class represents a QueryLeaf that maps onto a relational database store.
 class BasicRdbQueryLeaf
           
 class BasicRdbStringQueryLeaf
          This class represents a QueryLeaf that maps onto a relational database store.