Microsoft SDK for Java

AdoEnums.CursorType Class

The AdoEnums.CursorType class of the com.ms.wfc.data package specifies the type of cursor used in a com.ms.wfc.data.Recordset object.

class AdoEnums.CursorType extends com.ms.wfc.core.Enum
{
  // Fields
  public static final int DYNAMIC;
  public static final int FORWARDONLY;
  public static final int KEYSET;
  public static final int STATIC;
  public static final int UNSPECIFIED;
}

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