org.objectweb.medor.query.rdb.api
Interface RdbExpField
- All Superinterfaces:
- java.lang.Cloneable, Cloneable, java.lang.Comparable, Field, NullStatus, QueryTreeField, RdbField
- All Known Implementing Classes:
- BasicRdbExpField
- public interface RdbExpField
- extends RdbField
An RdbExpField is a particular type of RdbField, which is associated to
an RdbExpQueryLeaf, and which refers to a QualifiedTable.
- Author:
-
Alexandre Lefebvre
- See Also:
RdbExpQueryLeaf
Fields inherited from interface org.objectweb.medor.api.Field |
PNAMENAME |
Methods inherited from interface org.objectweb.medor.api.Cloneable |
clone |
Methods inherited from interface java.lang.Comparable |
compareTo |
getTable
public QualifiedTable getTable()
- Returns the associated QualifiedTable.
- Returns:
- the associated QualifiedTable in the underlying SQL query.
setTable
public void setTable(QualifiedTable t)
- Associates the RdbExpField with the QualifiedTable.
- Parameters:
t
- is the associated QualifiedTable in the underlying SQL query.
setQueryLeaf
public void setQueryLeaf(QueryLeaf ql)
- Sets the QueryLeaf to which the RdbExpField is associated
- Parameters:
ql
- is the QueryLeaf to which the RdbExpField is associated