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; }