Microsoft SDK for Java

AdoEnums.XactAttribute Class Fields

The XactAttribute class contains the fields shown in the following table.

Constant Value Description
COMMITRETAINING 131072 Performs retaining commits—that is, calling CommitTrans automatically starts a new transaction. Not all providers support this.
ABORTRETAINING 262144 Performs retaining aborts—that is, calling RollbackTrans automatically starts a new transaction. Not all providers support this.
ASYNCPHASEONE 524288 When this flag is specified, an asynchronous commit is performed.
SYNCPHASEONE 1048576 When this flag is specified, the call to ITransaction::Commit returns after phase one of the two-phase commit protocol.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.