Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

19.3 UAP coding rule

This section explains the coding rule for SQLJ source files.

Organization of this section
19.3.1 Labeling rule
19.3.2 SQL coding rule
19.3.3 SQL statements that can be used in SQLJ
19.3.4 Correspondence between HiRDB data types and SQLJ data types
19.3.5 Output variable settings (limited to the native interface edition)
19.3.6 Using data types when a cursor is declared (limited to the native interface edition)
19.3.7 Description of connection to and disconnection from a HiRDB server
19.3.8 Description of cursor-based retrieval
19.3.9 Receiving a dynamic result set
19.3.10 Using JDBC and SQLJ together
19.3.11 Creating and executing a UAP
19.3.12 Migrating an SQLJ source from the standard interface edition to the native interface edition
19.3.13 Notes about UAP development