Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.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
This is the number of entries in the JDBC interface method trace. If no value has been set, the default value 500 is returned.
(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 17.12 JDBC interface method trace.

(f) Exceptions

None.