public class TableReference extends LeafExpression<QueryOrigin>
QueryExpression
that references a table name as in a "FROM"-clause in a "SELECT"-statement.Constructor and Description |
---|
TableReference(String tableName) |
Modifier and Type | Method and Description |
---|---|
void |
accept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the given
visitor and delegates
it to its children if present. |
String |
getTableName() |
String |
toString() |
getExpressionType
public TableReference(String tableName)
public String getTableName()
public void accept(QueryExpressionVisitor visitor)
QueryExpression
visitor
and delegates
it to its children if present.accept
in class QueryExpression<QueryOrigin>
visitor
- the visitor visiting this expressionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.