STRING

Gets the constant that corresponds to the STRING column type.

Interface

AGDBColumnTypes

IDL definition
readonly attribute STRING;
ADO equivalent

None

JavaScript synopsis
typesObj.STRING
C synopsis
PODSInt16 AVgetSTRING(AGDBColumnTypes* typesObj);
Parameters
  • typesObj   The AGDBColumnTypes object.

Returns

The constant that corresponds to the STRING column type.