public final class TableAlias extends Qualifier
Constructor and Description |
---|
TableAlias(String table,
String name)
Method constructing a table from a string to be aliased by the second
passed string.
|
TableAlias(Table table,
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 and Description |
---|---|
void |
accept(Visitor visitor)
Accept method to handle incoming visitors.
|
Table |
getTable()
Get method returning table currently set.
|
addFullJoin, addFullJoin, addInnerJoin, addInnerJoin, addJoin, addLeftJoin, addLeftJoin, addRightJoin, addRightJoin, column, getJoins, hasJoin, name, toString
Copyright © 2018. All rights reserved.