Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTableHandle

Return a table handle

Declaration

CTHANDLE ctdbGetTableHandle(CTHANDLE Handle)

Description

ctdbGetTableHandle() retrieves the table handle.

  • Handle [in] may be table handle, a record handle, a field handle, an index handle, a segment handle.

Returns

ctdbGetTableHandle() returns the table handle or NULL on failure.

See also

ctdbAllocTable(), ctdbGetDatabaseHandle(), ctdbGetSessionHandle(), ctdbGetRecordHandle()

TOCIndex