JDBC Server Programmer's Reference
Fax (408) 285-6230
Number of Pages (including this cover sheet): ______
Manual
NonStop
TM
JDBC Programmer's Reference
Part Number 422674-001
Comments
We welcome your comments on the quality and usefulness of our software documentation and the User Documentation disk.
Your comments will be forwarded to the appropriate person for review and action.
If your answer to any of the following questions is "no," please supply detailed information.
Is this manual technically accurate? Yes No
Does it provide the information you need? Yes No
Are the organization and content clear? Yes No
Does the TIM viewer product improve your access to this information? Yes No
Is the format convenient to use? Yes No
Notation Conventions
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:
print {objectID|objectName} ...
An ellipsis immediately following a single syntax item indicates that you can repeat that syntax item any number of
times. For example:
dump objectID ...
Punctuation