|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.medor.lib.BasicField
org.objectweb.medor.query.rdb.lib.BasicRdbField
Field Summary |
Fields inherited from interface org.objectweb.medor.api.Field |
NONULLS, NULLABLE, NULLABLEUNKNOWN, PNAMENAME |
Constructor Summary | |
BasicRdbField(java.lang.String name,
PType type,
java.lang.String col,
QueryLeaf ql)
|
Method Summary | |
java.lang.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. |
QueryTree |
getQueryTree()
|
Methods inherited from class org.objectweb.medor.lib.BasicField |
clone, getName, getNullStatus, getType, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.objectweb.medor.api.Field |
getName, getNullStatus, getType |
Methods inherited from interface org.objectweb.medor.api.Cloneable |
clone |
Constructor Detail |
public BasicRdbField(java.lang.String name, PType type, java.lang.String col, QueryLeaf ql)
Method Detail |
public java.lang.String getColumnName()
RdbField
getColumnName
in interface RdbField
public QueryTree getQueryTree()
getQueryTree
in interface QueryTreeField
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |