public final class ImmutableSchema extends AbstractSchema implements Serializable
Schema interface.| Constructor and Description |
|---|
ImmutableSchema(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of this Schema
|
String |
getQuote()
Gets an optional quote string that is used to enclose the name of this
structure.
|
List<Table> |
getTables()
Gets all tables in this Schema.
|
compareTo, equals, getQualifiedLabel, getQuotedName, getRelationshipCount, getRelationships, getTable, getTableByName, getTableCount, getTableCount, getTableNames, getTables, hashCode, toStringpublic ImmutableSchema(Schema schema)
public List<Table> getTables()
Schemapublic String getName()
Schemapublic String getQuote()
NamedStructuregetQuote in interface NamedStructureCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.