Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

16.11.20 getCommit_Behavior

(a) Function

Sets whether or not objects of the Statement class, PreparedStatement class, CallableStatement class, and ResultSet class are to be valid even after the transaction terminates.

(b) Format
 
public String getCommit_Behavior()
 
(c) Argument

None.

(d) Return value

String
Returns Delete if there is no setting of the type that determines whether or not objects of the Statement class, PreparedStatement class, CallableStatement class and ResultSet class remain valid even after the transaction ends.
(e) Functional detail

The information specified by the setCommit_Behavior method is returned.

(f) Exception that occurs

None.