Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbSetDatabaseTableMarkFilter

Set a table mark filter for database searches

Declaration

CTDBRET ctdbDECL ctdbSetDatabaseTableMarkFilter(CTHANDLE Handle, UCOUNT Dictattr)

Desription

  • Handle [IN] - Database handle
  • Dictattr [IN] - Table marks to filter for. Set to 0 to remove the filter

Return

Returns CTDBRET_OK on success or the c-tree error code on failure.

See Also

TOCIndex