10.5.8 getTraceNumber()
- Organization of this subsection
(1) Function
This method acquires the number of entries for a JDBC interface method trace that was specified by the setTraceNumber method.
(2) Format
public synchronized int getTraceNumber() throws SQLException
(3) Arguments
None.
(4) Return value
This method returns the number of entries for a JDBC interface method trace that was specified by the setTraceNumber method. If the setTraceNumber method has not been executed, the method returns 500 (default value).
(5) Exceptions
None.