Package org.teiid.query.metadata
Class DirectQueryMetadataRepository
- java.lang.Object
-
- org.teiid.query.metadata.DirectQueryMetadataRepository
-
- All Implemented Interfaces:
MetadataRepository
public class DirectQueryMetadataRepository extends Object implements MetadataRepository
This Metadata repository adds the "native" procedure to all the execution factories that support them.
-
-
Constructor Summary
Constructors Constructor Description DirectQueryMetadataRepository()
-
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
-
-
-
-
Method Detail
-
loadMetadata
public void loadMetadata(MetadataFactory factory, ExecutionFactory executionFactory, Object connectionFactory) throws TranslatorException
- Specified by:
loadMetadata
in interfaceMetadataRepository
- Throws:
TranslatorException
-
-