Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

17.7.28 getXALocalCommitMode

(a) Function

Gets the setting information about whether or not the auto-commit facility is to be enabled if a transaction during an XA connection is not a distributed transaction.

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

None.

(d) Return value

boolean
This is the setting for the auto-commit facility:
true: The auto-commit facility is enabled.
false: The auto-commit facility is disabled.
(e) Functional detail

Gets the setting for the auto-commit facility.

(f) Exceptions

None.