Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbNextTableXtd

Get the next table in a database dictionary.

Declaration

CTDBRET ctdbDECL ctdbNextTableXtd(CTHANDLE Handle, pCTDBDICTDATA data)

Description

Handle [IN] - Database handle.

data [OUT] - dictionary data for the table

Return Values

Returns CTDBRET_OK on success or the c-tree error code on failure.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

See Also

ctdbNextTable

TOCIndex