Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTableFieldCount

Retrieve the number of fields associated with the table.

Declaration

VRLEN ctdbGetTableFieldCount(CTHANDLE Handle)

Description

ctdbGetTableFieldCount() retrieves the number of fields associated with the table.

  • Handle [in] the Table Handle.

Returns

ctdbGetTableFieldCount() returns the number of fields or -1 on error.

See also

ctdbAllocTable(), ctdbGetTableIndexCount()

TOCIndex