Uses of Class
org.teiid.metadata.Schema
-
Packages that use Schema Package Description org.teiid.metadata -
-
Uses of Schema in org.teiid.metadata
Fields in org.teiid.metadata with type parameters of type Schema Modifier and Type Field Description protected List<Schema>MetadataStore. schemaListprotected NavigableMap<String,Schema>MetadataStore. schemasMethods in org.teiid.metadata that return Schema Modifier and Type Method Description SchemaFunctionMethod. getParent()SchemaProcedure. getParent()SchemaDatabase. getSchema(String schemaName)SchemaMetadataFactory. getSchema()SchemaMetadataStore. getSchema(String name)SchemaDatabase. removeSchema(String schemaName)SchemaMetadataStore. removeSchema(String schemaName)Methods in org.teiid.metadata that return types with arguments of type Schema Modifier and Type Method Description List<Schema>MetadataStore. getSchemaList()List<Schema>Database. getSchemas()NavigableMap<String,Schema>MetadataStore. getSchemas()Methods in org.teiid.metadata with parameters of type Schema Modifier and Type Method Description voidDatabase. addSchema(Schema schema)voidMetadataStore. addSchema(Schema schema)voidFunctionMethod. setParent(Schema parent)voidProcedure. setParent(Schema parent)voidMetadataFactory. setSchema(Schema schema)Set theSchemato a different instance.
-