Microsoft SDK for Java

AdoEnums.ExecuteOption Class

The AdoEnums.ExecuteOption class of the com.ms.wfc.data package specifies how a provider should execute a command.

class AdoEnums.ExecuteOption extends com.ms.wfc.core.Enum
{
  // Fields
  public static final int ASYNCEXECUTE;
  public static final int ASYNCFETCH;
  public static final int ASYNCFETCHNONBLOCKING;
  public static final int NORECORDS;
  public static final int UNSPECIFIED;
}

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