Accessing XML in SQL

This appendix discusses three applications of XML in SQL. These applications are organized in three layers:

The Java classes that are used in this appendix to demonstrate XML applications are JXml, OrderXml, and ResultSetXml.

“The OrderXml class for Order documents” and “The ResultSetXml class for result set documents” describe these classes and their methods and parameters. For Javadoc HTML pages with detailed specifications for the classes and for source code, refer to $ASDIR/sample/JavaSql (UNIX) or %ASDIR%\sample\JavaSql (Windows).