com.quadcap.sql.tools |
Some database loading tools:
- SQL Loader
- XML Dump
- XML Load
|
Java Source File Name | Type | Comment |
Loader.java | Class | A simple SQL loader utility which scans the input file for
semicolon-delimited SQL statements which are executed using JDBC
against a database connection. |
XmlDump.java | Class | Dump an SQL database in an XML representation. |
XmlLoad.java | Class | This class implements the reverse functionality of XmlDump -- it loads
a database with the data contained in the specified XML file. |