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