Product Documentation

FairCom DB API for C

Previous Topic

Next Topic

ctdbGetTableOwner

Declaration

pTEXT ctdbGetTableOwner(CTHANDLE Handle);

Description

Retrieves the table owner.

Return Values

If the table owner was not previously set by ctdbSetTableOwner(), ctdbGetTableOwner() returns NULL.

  • Handle is a table handle allocated by ctdbAllocTable().

See Also

ctdbSetTableOwner(),

TOCIndex