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.
Returns
ctdbGetIndexEmptyChar() returns the empty char property.
See also
ctdbAllocIndex(), ctdbSetIndexEmptyChar()