Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTablePassword

Retrieve the table password.

Declaration

pTEXT ctdbGetTablePassword(CTHANDLE Handle)

Description

ctdbGetTablePassword() retrieves the table password. Use ctdbSetTablePassword() to set the table password.

  • Handle [in] the Table Handle.

Returns

ctdbGetTablePassword() returns the table password.

See also

ctdbAllocTable(), ctdbSetTablePassword()

TOCIndex