Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetRecordCount

Retrieve the number of records in Table.

Declaration

CTDBRET ctdbGetRecordCount(CTHANDLE Handle, pCTUINT64 pCount)

Description

ctdbGetRecordCount() retrieves the number of records in the table.

  • Handle [in] the record handle.
  • pCount [out] receives the number of records in the table.

Returns

ctdbGetRecordCount() returns CTDBRET_OK on success, or a c-treeDB API .NET error code on failure

See also

TOCIndex