org.objectweb.medor.query.rdb.api
Interface RdbExpField
- Cloneable, Field, NullStatus, QueryTreeField, RdbField
- BasicRdbExpField
public interface RdbExpField
An RdbExpField is a particular type of RdbField, which is associated to
an RdbExpQueryLeaf, and which refers to a QualifiedTable.
-
Alexandre Lefebvre
RdbExpQueryLeaf
getTable
public QualifiedTable getTable()
Returns the associated QualifiedTable.
- the associated QualifiedTable in the underlying SQL query.
setQueryLeaf
public void setQueryLeaf(QueryLeaf ql)
Sets the QueryLeaf to which the RdbExpField is associated
ql
- is the QueryLeaf to which the RdbExpField is associated
setTable
public void setTable(QualifiedTable t)
Associates the RdbExpField with the QualifiedTable.
t
- is the associated QualifiedTable in the underlying SQL query.