Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetDatabaseCount

Retrieve the number of databases in the session dictionary.

Declaration

NINT ctdbGetDatabaseCount(CTHANDLE Handle)

Description

ctdbGetDatabaseCount() returns the number of databases in the session dictionary.

  • Handle [in] the session handle.

Returns

ctdbGetDatabaseCount() returns the number of databases in the session dictionary, or -1 on error.

See also

ctdbGetTableCount()

TOCIndex