A set of Java classes to illustrate uses of Java with SQL.
The jcs package has the following sub-packages:
- util: Various convenience classes for client-side file IO, etc.
- resultsets: Classes for converting SQL result sets to XML documents,
and for converting such XML documents back to SQL.
Classes are also included for converting SQL result sets to and from Java Vectors.
- xml: A class JXml for storing XML documents
in Java classes and SQL data and for parsing and processing the contained XML document.
This package includes a subpackage demo with a class Order that is
a subclass of JXml that is specialized for a particular "Order" DTD representing
purchase orders.