ctdbGetFieldSize
Retrieve the defined field size from the table definition.
Declaration
VRLEN ctdbGetFieldSize(CTHANDLE Handle, NINT FieldNbr)
Description
ctdbGetFieldSize() retrieves the defined size of a field from the table definition, given a record handle and a field number. To get this information given a field handle, use ctdbGetFieldLength(). To get the actual number of bytes being consumed by the data in a single field, in a single record (row) from a table, use ctdbGetFieldDataLength().
Returns
ctdbGetFieldSize() returns the defined field size.
See also
ctdbGetFieldDataLength(), ctdbGetFieldLength()