Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.7.8 getTRC_NO

(a) Function

Gets the number of entries in the JDBC interface method trace.

(b) Format
 
public int getTRC_NO() throws SQLException
 
(c) Arguments

None.

(d) Return value

int
Number of JDBC interface method trace entries (if this information has not been specified, the method returns the default value (500))
(e) Functional detail

Returns the number of entries in the JDBC interface method trace, as was set by the setTRC_NO method.

For details about the JDBC interface method trace, see 18.14 JDBC interface method trace.

(f) Exceptions

None.