org.objectweb.medor.query.rdb.lib
Class BasicRdbExpField
- Cloneable, Field, NullStatus, QueryTreeField, RdbExpField, RdbField
public class BasicRdbExpField
- Sebastien Chassande-Barrioz
BasicRdbExpField
public BasicRdbExpField()
clone
public Object clone(Object clone,
Map obj2clone)
throws CloneNotSupportedException
- clone in interface BasicRdbField
getTable
public QualifiedTable getTable()
Returns the associated QualifiedTable.
- getTable in interface RdbExpField
- the associated QualifiedTable in the underlying SQL query.
setQueryLeaf
public void setQueryLeaf(QueryLeaf ql)
Sets the QueryLeaf to which the RdbExpField is associated
- setQueryLeaf in interface RdbExpField
ql
- is the QueryLeaf to which the RdbExpField is associated
setTable
public void setTable(QualifiedTable t)
Associates the RdbExpField with the QualifiedTable.
- setTable in interface RdbExpField
t
- is the associated QualifiedTable in the underlying SQL query.