public class CompositeSchema extends AbstractSchema
DataContext
s.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.
|
Relationship[] |
getRelationships()
Gets all relationships to and from this Schema.
|
Table[] |
getTables()
Gets all tables in this Schema.
|
compareTo, equals, getQualifiedLabel, getQuotedName, getRelationshipCount, getTable, getTableByName, getTableCount, getTableCount, getTableNames, getTables, hashCode, toString
public CompositeSchema(String name, Collection<? extends Schema> delegates)
public Relationship[] getRelationships()
Schema
getRelationships
in interface Schema
getRelationships
in class AbstractSchema
public Table[] getTables()
Schema
public String getName()
Schema
public String getQuote()
NamedStructure
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.