public class MultiSourceMetadataRepository extends Object implements MetadataRepository<Object,Object>
Constructor and Description |
---|
MultiSourceMetadataRepository(String multiSourceColumnName) |
Modifier and Type | Method and Description |
---|---|
void |
loadMetadata(MetadataFactory factory,
ExecutionFactory<Object,Object> 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 MultiSourceMetadataRepository(String multiSourceColumnName)
public void loadMetadata(MetadataFactory factory, ExecutionFactory<Object,Object> executionFactory, Object connectionFactory) throws TranslatorException
MetadataRepository
loadMetadata
in interface MetadataRepository<Object,Object>
executionFactory
- may be null if loading a virtual sourceconnectionFactory
- may be null if source is not availableTranslatorException
- to indicate a recoverable error, otherwise a RuntimeExceptionCopyright © 2019. All rights reserved.