JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.2.1 (H06.26+, J06.15+)

JDBC Data Access API FAQs for JDBC 3.0
(http://www.oracle.com/technetwork/java/index-138427.html)
JDBC API Javadoc Comments
Core JDBC 3.0 API in the java.sql package
(http://docs.oracle.com/javase/1.5.0/docs/api/javax/sql/package-summary.html)
Optional JDBC 3.0 API in the javax.sql package
(http://docs.oracle.com/javase/1.5.0/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 sequence of syntax items any number of times. For example:
Notation conventions 11