ctdbGetPadChar
Retrieve the table pad and field delimiter characters.
Declaration
CTDBRET ctdbGetPadChar(CTHANDLE Handle, NINT pPadChar, NINT pDmlChar)
Description
ctdbGetPadChar() retrieves 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
ctdbGetPadChar() returns CTDBRET_OK on success, or c-treeDB API .NET error code on failure.
See also
ctdbSetPadChar(), ctdbUpdatePadChar()