Package org.teiid.query.metadata
Class DDLMetadataRepository
- java.lang.Object
-
- org.teiid.query.metadata.DDLMetadataRepository
-
- All Implemented Interfaces:
MetadataRepository
public class DDLMetadataRepository extends Object implements MetadataRepository
-
-
Constructor Summary
Constructors Constructor Description DDLMetadataRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadMetadata(MetadataFactory factory, ExecutionFactory executionFactory, Object connectionFactory, String text)
-
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, String text) throws TranslatorException
- Specified by:
loadMetadata
in interfaceMetadataRepository
- Throws:
TranslatorException
-
-