INT32

Gets the constant that corresponds to the INT32 column type.

Interface

AGDBColumnTypes

IDL definition
readonly attribute INT32;
ADO equivalent

None

JavaScript synopsis
typesObj.INT32
C synopsis
PODSInt16 AVgetINT32(AGDBColumnTypes* typesObj);
Parameters
  • typesObj   The AGDBColumnTypes object.

Returns

The constant that corresponds to the INT32 column type.