QueryObjectpublic final class TableAlias extends Qualifier
| Constructor | Description |
|---|---|
TableAlias(java.lang.String table,
java.lang.String name) |
Method constructing a table from a string to be aliased by the second
passed string.
|
TableAlias(Table table,
java.lang.String name) |
Method constructing a new TableAlias by taking a pre-constructed table and a string
to be used as alias for the given table.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor visitor) |
Accept method to handle incoming visitors.
|
Table |
getTable() |
Get method returning table currently set.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddFullJoin, addFullJoin, addInnerJoin, addInnerJoin, addJoin, addLeftJoin, addLeftJoin, addRightJoin, addRightJoin, column, getJoins, hasJoin, name, toStringpublic TableAlias(java.lang.String table,
java.lang.String name)
table - String to construct table with.name - String used to alias the table.public TableAlias(Table table, java.lang.String name)
table - Table to be aliased.name - String to be used to alias table.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com