public class AliasTable extends AbstractTable implements WrappingTable
| Constructor and Description |
|---|
AliasTable(String name,
Schema schema,
Table aliasedTable) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
getColumns()
Gets the columns of this table.
|
String |
getName()
Gets the name of this Table
|
String |
getQuote()
Gets an optional quote string that is used to enclose the name of this
structure.
|
Collection<Relationship> |
getRelationships()
Gets all relationships for this table.
|
String |
getRemarks()
Gets remarks/comments to this table.
|
Schema |
getSchema()
Gets the schema that this table resides in.
|
TableType |
getType()
Gets the table type of this table.
|
Table |
getWrappedTable()
Gets the
Table that is wrapped by this WrappingTable. |
compareTo, equals, getBooleanColumns, getColumn, getColumnByName, getColumnCount, getColumnNames, getColumnsOfSuperType, getColumnsOfType, getForeignKeyRelationships, getForeignKeys, getIndexedColumns, getLiteralColumns, getNumberColumns, getPrimaryKeyRelationships, getPrimaryKeys, getQualifiedLabel, getQuotedName, getRelationshipCount, getRelationships, getTimeBasedColumns, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBooleanColumns, getColumn, getColumnByName, getColumnCount, getColumnNames, getColumnsOfSuperType, getColumnsOfType, getForeignKeyRelationships, getForeignKeys, getIndexedColumns, getLiteralColumns, getNumberColumns, getPrimaryKeyRelationships, getPrimaryKeys, getRelationshipCount, getRelationships, getTimeBasedColumnscompareTogetQualifiedLabel, getQuotedNamepublic Table getWrappedTable()
WrappingTableTable that is wrapped by this WrappingTable.getWrappedTable in interface WrappingTablepublic String getName()
Tablepublic List<Column> getColumns()
TablegetColumns in interface Tablepublic Schema getSchema()
Tablepublic TableType getType()
Tablepublic Collection<Relationship> getRelationships()
TablegetRelationships in interface Tablepublic String getRemarks()
TablegetRemarks in interface Tablepublic String getQuote()
NamedStructuregetQuote in interface NamedStructureCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.