Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

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.

  • Handle [in] the Table Handle.
  • pPadChar [out] Pointer to receive the pad character
  • pDmlChar [out] Pointer to receive the field delimiter character.

Returns

ctdbGetPadChar() returns CTDBRET_OK on success, or c-treeDB API .NET error code on failure.

See also

ctdbSetPadChar(), ctdbUpdatePadChar()

TOCIndex