public class IndexMetadataRepository extends Object implements MetadataRepository
| Constructor and Description |
|---|
IndexMetadataRepository() |
| Modifier and Type | Method and Description |
|---|---|
MetadataStore |
load(Collection<Datatype> systemDatatypes,
VDBResources vdbResources) |
void |
loadMetadata(MetadataFactory factory,
ExecutionFactory executionFactory,
Object connectionFactory)
Loads the schema information for the vdb for the given schemaName.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadMetadata, setColumnStats, setInsteadOfTriggerDefinition, setInsteadOfTriggerEnabled, setProcedureDefinition, setProperty, setTableStats, setViewDefinitionpublic void loadMetadata(MetadataFactory factory, ExecutionFactory executionFactory, Object connectionFactory) throws TranslatorException
MetadataRepositoryloadMetadata in interface MetadataRepositoryexecutionFactory - may be null if loading a virtual sourceconnectionFactory - may be null if source is not availableTranslatorException - to indicate a recoverable error, otherwise a RuntimeExceptionpublic MetadataStore load(Collection<Datatype> systemDatatypes, VDBResources vdbResources) throws IOException
IOExceptionCopyright © 2020. All rights reserved.