public class CompositeSchema extends AbstractSchema
DataContexts.| Constructor and Description |
|---|
CompositeSchema(String name,
Collection<? extends Schema> delegates) |
| 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<Relationship> |
getRelationships()
Gets all relationships to and from this Schema.
|
List<Table> |
getTables()
Gets all tables in this Schema.
|
compareTo, equals, getQualifiedLabel, getQuotedName, getRelationshipCount, getTable, getTableByName, getTableCount, getTableCount, getTableNames, getTables, hashCode, toStringpublic CompositeSchema(String name, Collection<? extends Schema> delegates)
public List<Relationship> getRelationships()
SchemagetRelationships in interface SchemagetRelationships in class AbstractSchemapublic List<Table> getTables()
Schemapublic String getName()
Schemapublic String getQuote()
NamedStructureCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.