Uses of Package
org.objectweb.medor.query.rdb.api

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

Classes in org.objectweb.medor.query.rdb.api used by org.objectweb.medor.filter.rdb.api
RdbField
          An RdbField represents a QueryTreeField which is associated to an RdbQueryLeaf.
 

Classes in org.objectweb.medor.query.rdb.api used by org.objectweb.medor.filter.rdb.lib
RdbField
          An RdbField represents a QueryTreeField which is associated to an RdbQueryLeaf.
 

Classes in org.objectweb.medor.query.rdb.api used by org.objectweb.medor.query.rdb.api
QualifiedTable
          A QualifiedTable represents a table name with its potential alias.
RdbExpField
          An RdbExpField is a particular type of RdbField, which is associated to an RdbExpQueryLeaf, and which refers to a QualifiedTable.
RdbField
          An RdbField represents a QueryTreeField which is associated to an RdbQueryLeaf.
RdbQueryLeaf
          An RdbQueryLeaf represents a query leaf which encapsulates access to a relational database.
 

Classes in org.objectweb.medor.query.rdb.api used by org.objectweb.medor.query.rdb.lib
QualifiedTable
          A QualifiedTable represents a table name with its potential alias.
RdbExpField
          An RdbExpField is a particular type of RdbField, which is associated to an RdbExpQueryLeaf, and which refers to a QualifiedTable.
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.
RdbField
          An RdbField represents a QueryTreeField which is associated to an RdbQueryLeaf.
RdbQueryLeaf
          An RdbQueryLeaf represents a query leaf which encapsulates access to a relational database.
RdbStringQueryLeaf
          An RdbStringQueryLeaf is an RdbQueryLeaf built from a SQL request provided as a String.