org.apache.torque.engine.database.transform |
|
Java Source File Name | Type | Comment |
DTDResolver.java | Class | A resolver to get the database.dtd file for the XML parser from the jar. |
SQLToAppData.java | Class | A Class that converts an sql input file to a Database structure.
The class makes use of SQL Scanner to get
sql tokens and the parses these to create the Database
class. |
SQLToAppDataTest.java | Class | |
XmlToAppData.java | Class | A Class that is used to parse an input xml schema file and creates a Database
java structure. |
XmlToData.java | Class | A Class that is used to parse an input xml schema file and creates and
AppData java structure. |