Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::SystemFilterOff

Deletes a permanent system wide record filter.

Declaration

void CTTable::SystemFilterOff(CTSYSFILTER mode);

Description

Deletes a permanent system wide record filter. The table must be opened exclusive and the user must have file definition permission for the table.

mode specifies one of the following:

  • CTSYSFILTER_READ - Indicates you are deleting only a system wide read record filter.
  • CTSYSFILTER_WRITE - Indicates you are deleting only a system wide write record filter
  • CTSYSFILTER_READ | CTSYSFILTER_WRITE - Indicates you are deleting both a system wide read record filter and a system wide write record filter.

Return

On error CTTable::SystemFilterOff() throws a CTException exception object.

See Also

CTTable::SystemFilterOn()

TOCIndex