Package org.teiid.query.metadata
Class NativeMetadataRepository
- java.lang.Object
-
- org.teiid.query.metadata.NativeMetadataRepository
-
- All Implemented Interfaces:
MetadataRepository
public class NativeMetadataRepository extends Object implements MetadataRepository
-
-
Field Summary
Fields Modifier and Type Field Description static String
IMPORT_PUSHDOWN_FUNCTIONS
-
Constructor Summary
Constructors Constructor Description NativeMetadataRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadMetadata(MetadataFactory factory, ExecutionFactory executionFactory, Object connectionFactory)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teiid.metadata.MetadataRepository
loadMetadata, setColumnStats, setInsteadOfTriggerDefinition, setInsteadOfTriggerEnabled, setProcedureDefinition, setProperty, setTableStats, setViewDefinition
-
-
-
-
Field Detail
-
IMPORT_PUSHDOWN_FUNCTIONS
public static final String IMPORT_PUSHDOWN_FUNCTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadMetadata
public void loadMetadata(MetadataFactory factory, ExecutionFactory executionFactory, Object connectionFactory) throws TranslatorException
- Specified by:
loadMetadata
in interfaceMetadataRepository
- Throws:
TranslatorException
-
-