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, toString
public ImmutableSchema(Schema schema)
public List<Table> getTables()
Schema
public String getName()
Schema
public String getQuote()
NamedStructure
getQuote
in interface NamedStructure
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.