public class TableSegment extends Object implements SQLSegment
| Constructor and Description |
|---|
TableSegment(TableToken token,
String schemaName,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<String> |
getAlias()
Get table alias.
|
String |
getName()
Get table name.
|
com.google.common.base.Optional<String> |
getSchemaName()
Get schema name.
|
public TableSegment(TableToken token, String schemaName, String alias)
public String getName()
public com.google.common.base.Optional<String> getSchemaName()
public com.google.common.base.Optional<String> getAlias()
Copyright © 2019 The Apache Software Foundation. All rights reserved.