JDBC Driver for SQL/MX Programmer's Reference

documentation in the JDBC Driver for SQL/MX documentation go to the Sun Microsystems web sites,
which provide more extensive documentation than SDK 1.4.2. HP cannot guarantee the availability of the
J2SE SDK 1.4.2 documentation on the Sun web sites. Also, HP is not responsible for the links or content
in the documentation from Sun Microsystems.
JDBC 3.0 Specification, available for downloading from Sun Microsystems
(http://java.sun.com/products/jdbc/download.html).
JDBC API Documentation, includes links to APIs and Tutorials
(http://java.sun.com/j2se/1.4.2/docs/guide/jdbc/index.html)
JDBC Data Access API general information
(http://java.sun.com/products/jdbc/index.html)
JDBC Data Access API FAQs for JDBC 3.0
(http://java.sun.com/products/jdbc/faq.html)
JDBC API Javadoc Comments
Core JDBC 3.0 API in the java.sql package
(http://java.sun.com/j2se/1.4.2/docs/api/java/sql/package-summary.html)
Optional JDBC 3.0 API in the javax.sql package
(http://java.sun.com/j2se/1.4.2/docs/api/javax/sql/package-summary.html)
Notation Conventions
Bold Type
Bold type within text indicates terms defined in the Glossary. For example:
abstract class
Computer Type
Computer type letters within text indicate keywords, reserved words, command names, class names, and
method names; enter these items exactly as shown. For example:
myfile.c
Italic Computer Type
Italic computer type letters in syntax descriptions or text indicate variable items that you supply. For
example:
pathname
[ ] Brackets
Brackets enclose optional syntax items. For example:
jdb [options]
A group of items enclosed in brackets is a list from which you can choose one item or none. Items are separated
by vertical lines. For example:
where [threadID|all]
{ } Braces
A group of items enclosed in braces is a list from which you must choose one item. For example:
-c identity {true|false}
| Vertical Line
A vertical line separates alternatives in a list that is enclosed in brackets or braces. For example:
where [threadID|all]
... Ellipsis
An ellipsis immediately following a pair of brackets or braces indicates that you can repeat the enclosed