Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.7.48 getStatementCloseBehavior

(a) Function

Gets the setting information about whether preprocessing results are ignored during execution of the close method of Statement (Statement, PreparedStatement, and CallableStatement classes).

(b) Format
 
public boolean getStatementCloseBehavior()
 
(c) Arguments

None.

(d) Return value

true
Preprocessing results are ignored.

false
Preprocessing results are not ignored.
(e) Functional detail

Gets setting information about whether preprocessing results are ignored during execution of the close method of Statement (Statement, PreparedStatement, and CallableStatement classes). This method returns the value set by the setStatementCloseBehavior method. If this information has not been specified, the method returns false.

(f) Exceptions

None.