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. |