ctdbSetPadChar
Set the table pad and field delimiter characters.
Declaration
CTDBRET ctdbSetPadChar(CTHANDLE Handle, NINT pPadChar, NINT pDmlChar)
Description
ctdbSetPadChar() sets the table pad and field delimiter characters. These characters are used to pad fixed string fields (CT_FSTRING) to allow proper target key formation.
Returns
ctdbSetPadChar() returns CTDBRET_OK on success, or c-treeDB API C API error code on failure.
See also
ctdbGetPadChar(), ctdbUpdatePadChar()