Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbHasNullFieldSupport

Indicate if a table has Null field support.

Declaration

CTBOOL ctdbHasNullFieldSupport(CTHANDLE Handle)

Description

ctdbHasNullFieldSupport() indicates if a table has Null field support.

  • Handle [in] the Table Handle.

Returns

ctdbHasNullFieldSupport() returns YES if the table has NULL field support, NO otherwise.

See also

ctdbIsNullField()

TOCIndex