Class Summary |
Utils |
Utility methods for xml jdbc. |
XmlConnection |
Class that implements JDBC Connection interface. |
XmlDatabaseMetaData |
Class that implements JDBC DatabaseMetaData interface. |
XmlDriver |
Class implements the JDBC Driver interface for the XmlJdbc driver. |
XmlPreparedStatement |
Class implements the JDBC PreparedStatement interface for the XmlJdbc driver. |
XmlReader |
Class load existing XML file, creating DOM from file or creating
new DOM.Class has methods for reading data from XML file. |
XmlResultSet |
Class that implements JDBC ResultSet interface. |
XmlResultSetMetaData |
Class implements the JDBC ResultSetMetaData interface for the XmlJdbc driver. |
XmlSqlParser |
This is a simple SQL parser used by the Xml JDBC driver. |
XmlStatement |
Class implements the JDBC Statement interface for the XmlJdbc driver. |
XmlWriter |
Load existing XML file , creating DOM from file or creating
new DOM.Class has methods for insert,update,delete data from XML file and save new DOM in XML file. |