The AdoEnums.ParameterAttributes class of the com.ms.wfc.data package specifies the attributes of a Parameter object.
class AdoEnums.ParameterAttributes extends com.ms.wfc.core.Enum { // Fields public static final int LONG; public static final int NULLABLE; public static final int SIGNED; }