Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbFirstTableXtd

Get the first table in a database dictionary.

Declaration

CTDBRET ctdbDECL ctdbFirstTableXtd(CTHANDLE Handle, pCTDBDICTDATA data)

Description

Handle [IN] - Database handle.

data [OUT] - dictionary data for the table

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

Return Values

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

ctdbFirstTable

TOCIndex