Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.7.42 getStatementCommitBehavior

(a) Function

Gets setting information about whether or not statement objects are to remain valid even after a transaction is committed. Here, statement objects refer to the following classes:

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

None.

(d) Return value

boolean
Indicates whether statements objects are to remain valid after a transaction is terminated by commit processing:
true: The statement objects are to remain valid.
false: The statement objects are not to remain valid.
(e) Functional detail

Gets the setting information about whether objects of the following classes are to remain valid after commit execution:

This method returns the setting value of the setStatementCommitBehavior method. If no value has been set, true is returned.

(f) Exceptions

None.

(g) Notes

None.