ctdbUpdatePadChar
Update the table pad and delimiter character resource.
Declaration
CTDBRET ctdbUpdatePadChar(CTHANDLE Handle, NINT padchar, NINT dmlchar,
CTBOOL rebuild)
Description
ctdbUpdatePadChar() updates the table pad and delimiter character resource. The table must be opened exclusive to allow update of the resource.
Returns
ctdbUpdatePadChar() returns CTDBRET_OK on success, or c-treeDB API C API error code on failure.
See also
ctdbSetPadChar(), ctdbGetPadChar()