getColumnIndex( )

Returns the index value for a column with a specified name.

Interface

AGDBMetadata

IDL definition
const String getColumnIndex(const string name);
ADO equivalent

None

JavaScript synopsis
mdObj.getColumnIndex(name)
C synopsis
PODSInt32 AVgetColumnIndex(
  AGDBMetadata* mdObj,
  const PODSString name
);
Parameters
  • mdObj   The AGDBMetadata object.

  • name   [in] The name of the column.

Returns

The index value for the named column.