SQL/MX Programming Manual for Java

Processing SQLJ Programs
HP NonStop SQL/MX Programming Manual for Java523726-003
5-44
Interpreting the ProfilePrinter Output
associated with the SAMDBCAT.PERSNL.DMLMOD module whose timestamp is
1068249214683.
Embedded Module Definition Block
The embedded module definition block begins with this header:
The header comments provide this information:
Version of the SQLJ customizer (T1232G10_25OCT2002_03Oct2003)
Date and time of translation (2003-11-07 15:53:34)
Date and time of customization (2003-11-07 15:54:58)
Name of the serialized connection context object (DefConCtx)
Module name, character set, and timestamp definition
(SAMDBCAT.PERSNL.DMLMOD, ISO88591, and 1068249214683)
===================================================
profile SampleDML_SJProfile0 entry 1
#sql { SET CATALOG 'SAMDBCAT' };
line number: 66
PREPARED_STATEMENT executed via EXECUTE_UPDATE
role is MXDECLARE
descriptor is DIRECTIVE=CATALOG,VALUE=SAMDBCAT
contains no parameters
result set type is NO_RESULT
result set name is null
contains no result columns
customized for NonStop SQL/MX
statement MX_STMT_0_1
module SAMDBCAT.PERSNL.DMLMOD with timestamp 1068249214683
===================================================
===================================================
contents of the module definition as stored in the profile:
===================================================
contents of the module definition as stored in the profile:
-- SQLJ Version T1232G10_25OCT2002_03Oct2003
-- Translation at 2003-11-07 15:53:34
-- Customization at 2003-11-07 15:54:58
-- Connection Context DefConCtx
--
MODULE SAMDBCAT.PERSNL.DMLMOD NAMES ARE ISO88591;
TIMESTAMP DEFINITION(1068249214683);
--------- STATEMENT INDEX 0 ---------
PROCEDURE MX_DEFAULT_STATEMENT_0 ()
CONTROL QUERY DEFAULT ODBC_PROCESS 'ON';
--------- STATEMENT INDEX 1 ---------
PROCEDURE MX_DEFAULT_STATEMENT_1 ()
DECLARE CATALOG 'PUBS';
--------- STATEMENT INDEX 2 ---------
PROCEDURE MX_DEFAULT_STATEMENT_2 ()
DECLARE SCHEMA 'SUSAN';