Microsoft SDK for Java

AdoEnums.Position Class

The AdoEnums.Position class of the com.ms.wfc.data package specifies the current position of the record pointer within a Recordset.

class AdoEnums.Position extends com.ms.wfc.core.Enum
{
  // Fields
  public static final int BOF;
  public static final int EOF;
  public static final int UNKNOWN;
}

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