The AdoEnums.ObjectState class of the com.ms.wfc.data package specifies whether an object is open or closed, connecting to a data source, executing a command, or fetching data.
class AdoEnums.ObjectState extends com.ms.wfc.core.Enum { // Fields public static final int CLOSED; public static final int CONNECTING; public static final int EXECUTING; public static final int FETCHING; public static final int OPEN; }