Microsoft SDK for Java

AdoEnums.XactAttribute Class

The AdoEnums.XactAttribute class of the com.ms.wfc.data package specifies the transaction attributes of a Connection object.

class AdoEnums.XactAttribute extends com.ms.wfc.core.Enum
{
  // Fields
  public static final int ABORTRETAINING;
  public static final int ASYNCPHASEONE;
  public static final int COMMITRETAINING;
  public static final int SYNCPHASEONE;
}

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