Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbIsActiveTable

Retrieve the active state of a table.

Declaration

CTBOOL ctdbIsActiveTable(CTHANDLE Handle)

Description

ctdbIsActiveTable() retrieves the active state of a table. A table is active if it is open.

  • Handle [in] the Table Handle.

Returns

ctdbIsActiveTable() returns YES if the table is open and NO otherwise.

See also

ctdbAllocTable(), ctdbFreeTable(), ctdbIsActiveSession(), ctdbIsActiveDatabase()

TOCIndex