Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbSetTablePartitionBase

Set partition rule using an expression.

Declaration

CTDBRET ctdbDECL ctdbSetTablePartitionBase(CTHANDLE Handle, LONG base)

Description

Sets a partition rule using an expression.

Parameters:

  • Handle - [IN] CTTABLE table handle
  • base - [IN] LONG Partition number to set as base

Return Values

c-treeDB error code.

TOCIndex