ctdbMoveField
Move a field to another location.
Declaration
CTDBRET ctdbMoveField(CTHANDLE Handle, NINT newIndex)
Description
ctdbMoveField() moves the field to a new location.
Returns
ctdbMoveField() returns CTDBRET_OK on success or c-treeDB API error code on failure.
See also
ctdbAllocTable(), ctdbAddField(), ctdbInsField(), ctdbDelField()