Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTableGroupid

Retrieve the table group ID.

Declaration

pTEXT ctdbGetTableGroupid(CTHANDLE Handle, pTEXT groupid)

Description

ctdbGetTableGroupid() retrieves the table group ID. To set the table group ID, use ctdbSetTableGroupid().

  • Handle [in] the Table Handle.

Returns

ctdbGetTableGroupid() returns the table group ID.

See also

ctdbAllocTable(), ctdbSetTableGroupid()

TOCIndex