org.objectweb.medor.query.rdb.api
Interface RdbField
- Cloneable, Field, NullStatus, QueryTreeField
- RdbExpField, RdbFieldOperand
- BasicRdbExpField, BasicRdbField, BasicRdbFieldOperand
public interface RdbField
An RdbField represents a QueryTreeField which is associated to an
RdbQueryLeaf.
- Sebastien Chassande-Barrioz
String | getColumnName() - Returns the name of the column, either in the SQL ResultSet in the case
of RdbStringQueryLeaf, or the name of the column in the QualifiedTable
in the case of RdbExpQueryLeaf.
|
getColumnName
public String getColumnName()
Returns the name of the column, either in the SQL ResultSet in the case
of RdbStringQueryLeaf, or the name of the column in the QualifiedTable
in the case of RdbExpQueryLeaf. This name is not to be confused with the
name of the Field itself.
- the name of the RdbField in the underlying resultset (in the case
of a RdbStringQueryLeaf) or QualifiedTable (in the case of
a RdbExpField in a RdbExpQueryLeaf).