Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.7.7 setTRC_NO

(a) Function

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

(b) Format
 
public void setTRC_NO ( int trc_no ) throws SQLException
 
(c) Arguments

int trc_no
Specifies the number of entries in the JDBC interface method trace.
(d) Return value

None.

(e) Functional detail

Sets the number of entries in the JDBC interface method trace, as a value in the range from 10 to 1,000.

When this method is not called, the default number of entries in the JDBC interface method trace is 500.

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

(f) Exceptions

If a value outside the range from 10 to 1,000 is set, this method throws an SQLException.