Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTablePermission

Retrieve the table permission.

Declaration

LONG ctdbGetTablePermission(CTHANDLE Handle)

Description

ctdbGetTablePermission() retrieves the table permission. The possible permissions are set by ctdbSetTablePermission() and they are all listed in c-treeDB definitions.

  • Handle [in] the Table Handle.

Returns

ctdbGetTablePermission() returns the table permission.

See also

ctdbAllocTable(), ctdbSetTablePermission()

TOCIndex