Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTable

Return the table handle, given its position in the database active table list.

Declaration

CTHANDLE ctdbGetTableNbr(CTHANDLE Handle, NINT index)

Description

ctdbGetTable() retrieves the table handle, given its position in the database's active table list.

  • Handle [in] Database Handle.
  • index [in] the table position in the database table list.

Returns

ctdbGetTable() returns the table handle or null on error

See also

ctdbGetTableName(), ctdbGetTableNbr()

TOCIndex