BOOLEAN

Gets the constant corresponding to the boolean column type.

Interface

AGDBColumnTypes

IDL definition
readonly attribute short BOOLEAN;
ADO equivalent

None

JavaScript synopsis
typesObj.BOOLEAN
C synopsis
PODSInt16 AVgetBOOLEAN(AGDBColumnTypes* typesObj);
Parameters
  • typesObj   The AGDBColumnTypes object.

Returns

The constant that corresponds to the boolean column type.