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