DOUBLE

Gets the constant corresponding to the boolean column type.

Interface

AGDBColumnTypes

IDL definition
readonly attribute DOUBLE;
ADO equivalent

None

JavaScript synopsis
typesObj.DOUBLE
C synopsis
PODSInt16 AVgetDOUBLE(AGDBColumnTypes* typesObj);
Parameters
  • typesObj   The AGDBColumnTypes object.

Returns

The constant corresponding to the double column type.