The AdoEnums.CommandType class of the com.ms.wfc.data package specifies how a command argument should be interpreted.
class AdoEnums.CommandType extends com.ms.wfc.core.Enum { // Fields public static final int FILE; public static final int STOREDPROC; public static final int TABLE; public static final int TABLEDIRECT; public static final int TEXT; public static final int UNKNOWN; public static final int UNSPECIFIED; }