10.5.18 setTraceNumber(int num)
- Organization of this subsection
(1) Function
This method specifies the number of entries for a JDBC interface method trace.
(2) Format
public synchronized void setTraceNumber(int num) throws SQLException
(3) Arguments
- int num
-
Specifies the number of entries for a JDBC interface method trace, in the range from 10 to 1,000. If this method is not executed, the number of entries is set to 500.
(4) Return value
None.
(5) Exceptions
If the value specified for the number of entries is outside the range from 10 to 1,000, the JDBC driver throws an SQLException.