Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetTableCreateMode

Retrieve the table create mode.

Declaration

CTCREATE_MODE ctdbGetTableCreateMode(CTHANDLE Handle)

Description

ctdbGetTableCreateMode() retrieves the table creation mode. To retrieve the table open mode, use ctdbGetTableOpenMode(). To create a table, use ctdbCreateTable().

  • Handle [in] the Table Handle.

Returns

ctdbGetTableCreateMode() returns the table create mode. The valid values for the table create mode are listed in c-treeDB definitions. This function returns zero on error.

See also

ctdbAllocTable(), ctdbGetTableOpenMode(), ctdbCreateTable()

TOCIndex