Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbSetTablePartitionIndexNbr

Set the Partition index number.

Declaration

CTDBRET ctdbDECL ctdbSetTablePartitionIndexNbr(CTHANDLE Handle, NINT idxno)

Description

Set the Partition index number.

Parameters:

  • Handle [IN] - Table handle
  • idxno [IN] - The index number for partition key*

Return Values

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful operation.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

TOCIndex