Uses of Class
org.teiid.metadata.Schema
-
Packages that use Schema Package Description org.teiid.jboss.rest org.teiid.metadata org.teiid.metadata.index org.teiid.olingo.service org.teiid.query.function org.teiid.query.metadata org.teiid.translator.odata -
-
Uses of Schema in org.teiid.jboss.rest
Methods in org.teiid.jboss.rest with parameters of type Schema Modifier and Type Method Description protected byte[]
RestASMBasedWebArchiveBuilder. getViewClass(String vdbName, String vdbVersion, String modelName, Schema schema, boolean passthroughAuth)
-
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. schemaList
protected NavigableMap<String,Schema>
MetadataStore. schemas
Methods in org.teiid.metadata that return Schema Modifier and Type Method Description Schema
FunctionMethod. getParent()
Schema
Procedure. getParent()
Schema
Database. getSchema(String schemaName)
Schema
MetadataFactory. getSchema()
Schema
MetadataStore. getSchema(String name)
Schema
Database. removeSchema(String schemaName)
Schema
MetadataStore. 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 void
Database. addSchema(Schema schema)
void
MetadataStore. addSchema(Schema schema)
void
FunctionMethod. setParent(Schema parent)
void
Procedure. setParent(Schema parent)
void
MetadataFactory. setSchema(Schema schema)
Set theSchema
to a different instance. -
Uses of Schema in org.teiid.metadata.index
Methods in org.teiid.metadata.index that return Schema Modifier and Type Method Description Schema
RecordFactory. createModelRecord(char[] record)
Create a ModelRecord instance from the specified index record -
Uses of Schema in org.teiid.olingo.service
Methods in org.teiid.olingo.service with parameters of type Schema Modifier and Type Method Description static org.apache.olingo.commons.api.edm.provider.CsdlSchema
ODataSchemaBuilder. buildMetadata(String namespace, Schema teiidSchema)
Helper method for testsstatic ODataSchemaBuilder.ODataSchemaInfo
ODataSchemaBuilder. buildStructuralMetadata(String namespace, Schema teiidSchema, String alias)
-
Uses of Schema in org.teiid.query.function
Methods in org.teiid.query.function with parameters of type Schema Modifier and Type Method Description static FunctionTree
FunctionTree. getFunctionProcedures(Schema schema)
-
Uses of Schema in org.teiid.query.metadata
Fields in org.teiid.query.metadata declared as Schema Modifier and Type Field Description protected Schema
DatabaseStore. currentSchema
Methods in org.teiid.query.metadata that return Schema Modifier and Type Method Description protected Schema
DatabaseStore. getCurrentSchema()
Schema
TransformationMetadata. getModelID(String modelName)
Schema
DatabaseStore. getSchema(String schemaName)
protected Schema
DatabaseStore. verifySchemaExists(String schemaName)
Methods in org.teiid.query.metadata that return types with arguments of type Schema Modifier and Type Method Description List<Schema>
TransformationMetadata. getModelIDs()
Methods in org.teiid.query.metadata with parameters of type Schema Modifier and Type Method Description protected void
DDLStringVisitor. createdSchmea(Schema schema)
static MetadataFactory
DatabaseStore. createMF(DatabaseStore events, Schema schema, boolean useSchema, Properties modelProperties)
static String
DDLStringVisitor. getDDLString(Schema schema, EnumSet<Admin.SchemaObjectType> types, String regexPattern)
protected boolean
CompositeMetadataStore. matchesPartialName(String partialGroupName, String name, Schema schema)
void
DatabaseStore. schemaCreated(Schema schema, List<String> serverNames)
protected void
DDLStringVisitor. visit(Schema schema)
-
Uses of Schema in org.teiid.translator.odata
Methods in org.teiid.translator.odata with parameters of type Schema Modifier and Type Method Description static void
ODataEntitySchemaBuilder. buildAssosiationSets(Schema schema, List<org.odata4j.edm.EdmSchema.Builder> edmSchemas, boolean preserveEntityTypeName)
static void
ODataEntitySchemaBuilder. buildEntityTypes(Schema schema, List<org.odata4j.edm.EdmSchema.Builder> edmSchemas, boolean preserveEntityTypeName)
static void
ODataEntitySchemaBuilder. buildFunctionImports(Schema schema, List<org.odata4j.edm.EdmSchema.Builder> edmSchemas, boolean preserveEntityTypeName)
-