|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A QualifiedTable represents a table name with its potential alias. It represents a table used in a SQL request. It is used by RdbExpQueryLeaves and RdbExpFields.
RdbExpQueryLeaf
,
RdbExpField
Method Summary | |
---|---|
java.lang.String |
getAliasName()
Return the alias name for the current QualifiedTable. |
java.lang.String |
getTableName()
Returns the table name for the current QualifiedTable. |
boolean |
isPolymorphic()
Returns if the class linked to the table has superclasses or subclasses |
void |
setAliasName(java.lang.String newName)
|
boolean |
withSubclasses()
|
Methods inherited from interface org.objectweb.medor.query.api.AnnotationsHolder |
---|
getAnnotations |
Method Detail |
public java.lang.String getTableName()
public java.lang.String getAliasName()
public void setAliasName(java.lang.String newName)
public boolean isPolymorphic()
public boolean withSubclasses()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |