Understanding SQL & Java Together: A Guide to SQLJ, JDBC, and Related Technologies

A comprehensive guide to how the marriage of SQL and Java is forging a new era in object-oriented databases.
This appendix contains the syntax defined in SQLJ Part 0 (also known as SQL/OLB). Some of the nonterminals refer to elements defined in either Java or SQL.
::= !! Java class modifier keywords !! (e.g., static, public, private, !! protected, etc.) ::= !! Java class name ::= !! Java variable name ::= !! Java datatype ::= !! one of the following Java types: !! boolean, byte, short, int, long, ...