|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A table reference is used in the Statement
.
Method Summary | |
Table.Name |
getAlias()
Returns the references alias name. |
Statement |
getStatement()
Returns the Statement that created the reference. |
Table |
getTable()
Returns the referenced Table . |
ColumnReference |
newColumnReference(Column.Name pName)
Returns a reference to the column named pName
in the table. |
ColumnReference |
newColumnReference(Column pColumn)
Returns a reference to the given column in the table. |
ColumnReference |
newColumnReference(java.lang.String pName)
Returns a reference to the column named pName
in the table. |
void |
setAlias(java.lang.String pName)
Returns the references alias name. |
void |
setAlias(Table.Name pName)
Sets the references alias name. |
Method Detail |
public Statement getStatement()
Returns the Statement
that created the reference.
public Table getTable()
Returns the referenced Table
.
public Table.Name getAlias()
Returns the references alias name. Null indicates that an arbitrary alias name may be choosen.
public void setAlias(Table.Name pName)
Sets the references alias name. Null indicates that an arbitrary alias name may be choosen.
public void setAlias(java.lang.String pName)
Returns the references alias name. Null indicates that an arbitrary alias name may be choosen.
public ColumnReference newColumnReference(java.lang.String pName)
Returns a reference to the column named pName
in the table.
public ColumnReference newColumnReference(Column.Name pName)
Returns a reference to the column named pName
in the table.
public ColumnReference newColumnReference(Column pColumn)
Returns a reference to the given column in the table.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |