Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetIndexEmptyChar

Retrieve the empty char property for this index

Declaration

NINT ctdbGetIndexEmptyChar(CTHANDLE Handle)

Description

ctdbGetIndexEmptyChar() retrieves the empty char property for this index. Use ctdbSetIndexEmptyChar() to set the empty char property for this index. The empty char property is expressed as the decimal equivalent of the ASCII table. For instance, an ASCII space is specified a value of 32, and NUL byte is specified as 0.

  • Handle [in] the index handle.

Returns

ctdbGetIndexEmptyChar() returns the empty char property.

See also

ctdbAllocIndex(), ctdbSetIndexEmptyChar()

TOCIndex