public class NativeMetadataRepository extends MetadataRepository
| Modifier and Type | Field and Description |
|---|---|
static String |
IMPORT_PUSHDOWN_FUNCTIONS |
| Constructor and Description |
|---|
NativeMetadataRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
loadMetadata(MetadataFactory factory,
ExecutionFactory executionFactory,
Object connectionFactory)
Loads the schema information for the vdb for the given schemaName.
|
loadMetadata, setColumnStats, setInsteadOfTriggerDefinition, setInsteadOfTriggerEnabled, setProcedureDefinition, setProperty, setTableStats, setViewDefinitionpublic static final String IMPORT_PUSHDOWN_FUNCTIONS
public void loadMetadata(MetadataFactory factory, ExecutionFactory executionFactory, Object connectionFactory) throws TranslatorException
MetadataRepositoryloadMetadata in class MetadataRepositoryexecutionFactory - may be null if loading a virtual sourceconnectionFactory - may be null if source is not availableTranslatorException - to indicate a recoverable error, otherwise a RuntimeExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.