Retrieves the size of a column for a specified index value.
AGDBMetadata
const String getColumnSize(const unsigned long index);
DefinedSize
property on Field
object
mdObj.getColumnSize(index)
PODSInt32 AVgetColumnSize( AGDBMetadata* mdObj, const PODSUInt32 index );
mdObj The AGDBMetadata object.
index [in] The index value of the column.
The column size, in bytes.
String values that have no defined size will return -1.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |