Microsoft SDK for Java

AdoEnums.CursorOption Class

The AdoEnums.CursorOption class of the com.ms.wfc.data package specifies what functionality the com.ms.wfc.data.Recordset.supports method should test for.

class AdoEnums.CursorOption extends com.ms.wfc.core.Enum
{
  // Fields
  public static final int ADDNEW;
  public static final int APPROXPOSITION;
  public static final int BOOKMARK;
  public static final int DELETE;
  public static final int FIND;
  public static final int HOLDRECORDS;
  public static final int MOVEPREVIOUS;
  public static final int NOTIFY;
  public static final int RESYNC;
  public static final int UPDATE;
  public static final int UPDATEBATCH;
}

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