Package jcs.xml.resultset

The package jcs.resultsets contains classes that: Translate SQL result sets to XML documents.

See:
          Description

Class Summary
Do2Vector A client command line shell to demonstrate uses of the ResultSetVector class.
DoSql2Xml A client command line interpreter to invoke the ResultSetXml class.
DoVectorOps A client command line interpreter to invoke element access and update methods of the ResultSetXml class.
DoXml2Sql A client command line shell to invoke the ResultSetXml class.
ResultSetVector A class to contain a Java Vector with the values of an SQL result set.
ResultSetXml A class to contain an XML document that represents an SQL result set.
RX A class whose static method sql2Xml converts the SQL result set yielded by a given SQL query into an XML <ResultSet> document.
XR A class whose static method converts an XML document that contains an SQL result set into an SQL script that has a create statement and a series of insert statements that re-create the SQL result set in an SQL table.
 

Package jcs.xml.resultset Description

The package jcs.resultsets contains classes that:

The class ResultSetXml is a subclass of the JXml class that provides specialized methods for SQL result sets.

These classes are convenient in themselves, and they also serve as examples of translating between SQL data and XML documents.