Package | Description |
---|---|
org.teiid.metadata |
Modifier and Type | Field and Description |
---|---|
protected List<Schema> |
MetadataStore.schemaList |
protected NavigableMap<String,Schema> |
MetadataStore.schemas |
Modifier and Type | Method and Description |
---|---|
Schema |
Procedure.getParent() |
Schema |
FunctionMethod.getParent() |
Schema |
MetadataFactory.getSchema() |
Schema |
MetadataStore.getSchema(String name) |
Schema |
Database.getSchema(String schemaName) |
Schema |
MetadataStore.removeSchema(String schemaName) |
Schema |
Database.removeSchema(String schemaName) |
Modifier and Type | Method and Description |
---|---|
List<Schema> |
MetadataStore.getSchemaList() |
NavigableMap<String,Schema> |
MetadataStore.getSchemas() |
List<Schema> |
Database.getSchemas() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataStore.addSchema(Schema schema) |
void |
Database.addSchema(Schema schema) |
void |
Procedure.setParent(Schema parent) |
void |
FunctionMethod.setParent(Schema parent) |
void |
MetadataFactory.setSchema(Schema schema)
Set the
Schema to a different instance. |
Copyright © 2020. All rights reserved.