getColumnType( )

Retrieves the type of the column at a specified index value.

Interface

AGDBMetadata

IDL definition
const short getColumnType(const unsigned long index);
ADO equivalent

Type property on Field object

JavaScript synopsis
mdObj.getColumnType(index)
C synopsis
PODSInt16 AVgetColumnType(
  AGDBMetadata* mdObj,
  PODSUInt32 index
);
Parameters
  • mdObj   The AGDBMetadata object.

  • index   [in] The index value of the column.

Returns

Values from the AGDBColumnTypes object are available from AGDBDatabaseManager.types.