SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.impl.jdbc.schema
Interface SchemaParser

All Superinterfaces:
MetaDataParser
All Known Implementing Classes:
XMLSchemaParser

public interface SchemaParser
extends MetaDataParser

Interface class for parers that read schema information. Parsers will place all parsed schemas into the current SchemaGroup, set via the setSchemaGroup(com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup) method. This allows parsing of multiple files into a single schema group.


Method Summary
 com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup getSchemaGroup()
          Return the current schema group.
 void setSchemaGroup(com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup group)
          Set the current schema group; this clears all state from the last group.
 
Methods inherited from interface com.solarmetric.rd.meta.MetaDataParser
clear, findMetaData, getLog, getResults, isValidating, parse, parse, parse, parse, setLog, setValidating
 

Method Detail

getSchemaGroup

public com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup getSchemaGroup()
Return the current schema group.


setSchemaGroup

public void setSchemaGroup(com.solarmetric.rd.kodo.impl.jdbc.schema.SchemaGroup group)
Set the current schema group; this clears all state from the last group.


SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.