Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::SetPartitionRule

Set partition rule using an expression.

Syntax

void CTTable::SetPartitionRule(pTEXT expr)

Parameters

  • expr [IN] - Expression that evaluates into an integer that will be used as partition number.

See Expression Filters section for details on supported expressions.

Return

Void

See also

CTTable::SetPartitionIndexNbr CTTable:: CTTable::SetPartitionNumberBits CTTable::SetParitionRule CTTable::SetPartitionMaximumActive CTTable::GetPartitionIndexNbr

TOCIndex