org.objectweb.medor.query.rdb.api
Interface QualifiedTable
- Cloneable
- BasicQualifiedTable
public interface QualifiedTable
extends Cloneable
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.
-
Alexandre Lefebvre
RdbExpQueryLeaf
, RdbExpField
String | getAliasName() - Return the alias name for the current QualifiedTable.
|
String | getTableName() - Returns the table name for the current QualifiedTable.
|
void | setAliasName(String newName)
|
getAliasName
public String getAliasName()
Return the alias name for the current QualifiedTable.
- the alias name for the current QualifiedTable.
getTableName
public String getTableName()
Returns the table name for the current QualifiedTable.
- the table name for the current QualifiedTable.
setAliasName
public void setAliasName(String newName)