Package | Description |
---|---|
org.teiid.metadata | |
org.teiid.translator |
Modifier and Type | Method and Description |
---|---|
default void |
MetadataRepository.loadMetadata(MetadataFactory factory,
ExecutionFactory<F,C> executionFactory,
F connectionFactory)
Loads the schema information for the vdb for the given schemaName.
|
void |
DefaultMetadataRepository.loadMetadata(MetadataFactory factory,
ExecutionFactory<F,C> executionFactory,
F connectionFactory)
Deprecated.
Calls the specific getter methods of this class to populate metadata on schema being loaded.
|
default void |
MetadataRepository.loadMetadata(MetadataFactory factory,
ExecutionFactory<F,C> executionFactory,
F connectionFactory,
String text)
Loads the schema information for the vdb for the given schemaName.
|
void |
Parser.parseDDL(MetadataFactory factory,
Reader ddl)
Parses the given
Reader into the MetadataFactory . |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionFactory.getMetadata(MetadataFactory metadataFactory,
C conn)
Implement to provide metadata to the metadata for use by the engine.
|
void |
BaseDelegatingExecutionFactory.getMetadata(MetadataFactory metadataFactory,
C conn) |
void |
MetadataProcessor.process(MetadataFactory metadataFactory,
C connection) |
Copyright © 2020. All rights reserved.