SQL/MX Programming Manual for Java
About This Manual
HP NonStop SQL/MX Programming Manual for Java—523726-003
xvi
Examples in This Manual
Examples in This Manual
The examples and sample programs in this manual refer to the SQL/MX sample 
database. To install the sample database, see the SQL/MX Quick Start. For information 
about the schema and tables of the sample database, see the SQL/MX Reference 
Manual.
Most of the examples and sample programs can query both SQL/MP and SQL/MX 
tables of the SQL/MX sample database. To query SQL/MP tables, use the SQL/MX 
Release 1.8 sample database. To query SQL/MX tables, use the SQL/MX Release 2.x 
sample database. 
For a complete set of SQLJ programs, see Appendix C, Sample Programs.
Section 4, SQL/MX Programming 
Considerations
Describes advanced programming constructs, 
such as static and dynamic SQL, and the 
behavior of various SQL statements in an SQLJ 
program. 
Section 5, Processing SQLJ Programs
Describes how to prepare an SQLJ program for 
execution.
Section 6, Program and Module 
Management
Describes how to manage the files of an SQLJ 
program and discusses the targeting, versioning, 
and grouping techniques of module 
management.
Appendix A, SQLJ Syntax
Describes the syntax of SQLJ, as implemented in 
SQL/MX, and lists the supported SQL 
statements.
Appendix B, SQLJ Runtime Package
Describes the interfaces, classes, and methods 
of the sqlj.runtime package.
Appendix C, Sample Programs
Provides sample programs that demonstrate 
basic SQLJ concepts, DDL and DML operations, 
multithreading, and publish/subscribe 
functionality. 
Appendix D, SQLJ Error Messages
Lists and describes cause, effect, and recovery 
information for SQLJ processing and run-time 
error messages.
Note. The SQL/MX Release 2.x sample database uses SQL/MX format tables. To install the 
sample database, you must have a license to use SQL/MX DDL statements. To acquire this 
license, purchase product T0394. Without this product, you cannot install the sample database. 
An error message informs you that the system is not licensed.










