ctdbUpdateCndxIndex
Add, change or delete the conditional expression associated with an index, given by number.
Declaration
CTDBRET ctdbUpdateCndxIndex(CTHANDLE Handle, NINT indexnbr,
pTEXT cndexpr)
Description
ctdbUpdateCndxIndex() adds, changes or deletes the conditional expression associated with an index. After the conditional expression is successfully associated with the index, the index data is automatically rebuilt. To retrieve the conditional expression, use ctdbGetCndxIndex() or ctdbGetCndxIndexByName().
Returns
ctdbUpdateCndxIndex() returns CTDBRET_OK on success, or c-treeDB API C API error code on failure.
See also
ctdbUpdateCndxIndexByName(), ctdbGetCndxIndex(), ctdbGetCndxIndexByName(), ctdbGetCndxIndexLength(), ctdbGetCndxIndexLengthByName()