Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

18.3 UAP coding rule

This section explains the coding rule for SQLJ source files.

Organization of this section
18.3.1 Labeling rule
18.3.2 SQL coding rule
18.3.3 SQL statements that can be used in SQLJ
18.3.4 Correspondence between HiRDB data types and SQLJ data types
18.3.5 Output variable settings (limited to the native interface version)
18.3.6 Using data types when a cursor is declared (limited to the native interface version)
18.3.7 Description of connection to and disconnection from a HiRDB server
18.3.8 Description of cursor-based retrieval
18.3.9 Receiving a dynamic result set
18.3.10 Using JDBC and SQLJ together
18.3.11 Creating and executing a UAP
18.3.12 Migrating an SQLJ source from the standard interface version to the native interface version
18.3.13 Notes about UAP development