Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.12.3 Output example

Shown below is an output example of a JDBC interface method trace.

Output example
 
[1]                      [2]                    [3]
[HiRDB_Type4_JDBC_Driver][JDBC Interface Entry ][PrdbStatement.executeQuery]
                                                [4]
[HiRDB_Type4_JDBC_Driver]                       sql=select * from pp
[HiRDB_Type4_JDBC_Driver][JDBC Interface Return][PrdbStatement.executeQuery]
                                                [5]
[HiRDB_Type4_JDBC_Driver]                       Return=JP.co.Hitachi.soft.HiRDB.JDBC.Prdb...
[HiRDB_Type4_JDBC_Driver][JDBC Interface Entry ][PrdbResultSet.getMetaData]
[HiRDB_Type4_JDBC_Driver][JDBC Interface Return][PrdbResultSet.getMetaData]
[HiRDB_Type4_JDBC_Driver]                       Return=JP.co.Hitachi.soft.HiRDB.JDBC.Prdb...
 

Explanation
  1. [HiRDB_Type4_JDBC_Driver]
    Name of the JDBC driver
  2. [JDBC Interface Entry ], [JDBC Interface Return]
    [JDBC Interface Entry ]: Calling of the JDBC method
    [JDBC Interface Return]: Return from the JDBC method
  3. [XXXXX.YYYYY]
    YYYYY method of the XXXXX class
  4. select * from pp
    Argument of the JDBC method (for the argument indicating the password, an asterisk (*) is output, as in password=*)
  5. JP.co.Hitachi.soft.HiRDB.JDBC.Prdb
    Return value of the JDBC method