Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.7.6 getJDBC_IF_TRC

(a) Function

Gets setting information about whether or not a JDBC interface method trace is to be acquired.

(b) Format
 
public boolean getJDBC_IF_TRC() throws SQLException
 
(c) Arguments

None.

(d) Return value

boolean
This is the setting information about whether or not a trace is to be acquired:
true: A trace is acquired.
false: A trace is not acquired.
(e) Functional detail

Returns the setting information about whether or not a trace is to be acquired, as was set by the setJDBC_IF_TRC method.

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

(f) Exceptions

None.