JDBC Type 2 Driver 3.0 Programmer's Reference (SQL/MX 3.x)

Corresponding JDBC SQL Statements.
Statement-ID Log Output
The format of a statement-ID log output entry is:
[timestamp] STMTobject-id (sql-statement)
where
timestamp
is the day and time representation in the form: mm/dd/yy hr:min:sec
where mm is month; dd, day; yy, year; hr, hour; min, minute; sec, seconds.
object-id
is the hashcode of the JDBC object.
sql-statement
is the actual SQL statement mapped to the statement ID.
Example
[08/05/05 10:32:38] STMT16399041 ("insert into TST_TBL (c1) values = ?")
JDBC Trace Facility Demonstration Program
The JDBC/MX driver provides jdbcTrace demonstration programs in the installation directory. The programs are
described in the README_JDBCTrace file. For the location, see JDBC/MX Driver File Locations. These programs
demonstrate tracing by creating a wrapper around the driver-specific data source to be traced. For additional
information, see Sample Programs Summary.
Home | Contents | Index | Glossary | Prev | Next
HP JDBC/MX 5.0 Driver for SQL/MX Programmer's Reference (640330-002)
© 2011 Hewlett-Packard Development Company L.P. All rights reserved.