|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.acmsl.queryj.TableAlias
Represents SQL fields.
| Constructor Summary | |
TableAlias(java.lang.String name,
Table table)
Creates a table alias using given information. |
|
| Method Summary | |
java.lang.String |
getName()
Retrieves the alias name. |
Table |
getTable()
Retrieves the table. |
protected void |
setName(java.lang.String name)
Specifies the alias name. |
protected void |
setTable(Table table)
Specifies the table. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TableAlias(java.lang.String name,
Table table)
name - the field name.table - the table.| Method Detail |
protected void setName(java.lang.String name)
name - the name.public java.lang.String getName()
protected void setTable(Table table)
table - the table.public Table getTable()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||