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, wait
loadMetadata, setColumnStats, setInsteadOfTriggerDefinition, setInsteadOfTriggerEnabled, setProcedureDefinition, setProperty, setTableStats, setViewDefinition
public void loadMetadata(MetadataFactory factory, ExecutionFactory executionFactory, Object connectionFactory) throws TranslatorException
MetadataRepository
loadMetadata
in interface MetadataRepository
executionFactory
- 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
IOException
Copyright © 2020. All rights reserved.