Package org.teiid.metadata
Interface Parser
-
- All Known Implementing Classes:
QueryParser
public interface Parser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
parseDDL(MetadataFactory factory, Reader ddl)
Parses the givenReader
into theMetadataFactory
.
-
-
-
Method Detail
-
parseDDL
void parseDDL(MetadataFactory factory, Reader ddl) throws MetadataException
- Parameters:
factory
-ddl
-- Throws:
MetadataException
-
-