10.5.4 getInterfaceMethodTrace()
- Organization of this subsection
(1) Function
This method acquires the status of acquisition of JDBC interface method traces that was specified by the setInterfaceMethodTrace method. For details about the JDBC interface method traces, see 7.7.1 JDBC interface method traces.
(2) Format
public boolean getInterfaceMethodTrace() throws SQLException
(3) Arguments
None.
(4) Return value
This method returns the status of acquisition of JDBC interface method traces:
-
true: JDBC interface method traces are acquired.
-
false: JDBC interface method traces are acquired.
(5) Exceptions
None.