C Main API Security Filter Functions

Security filter functions create filters, set filter contents, assign filters to user groups, display filter lists for data bases, and obtain other data about security filters.

FunctionDescription
EssListFiltersLists all filters for a database.
EssGetFilterStarts getting the contents of a filter.
EssGetFilterRowGets the next row of a filter.
EssCreateFilterCreates a filter. Starts setting the contents of the filter.
EssSetFilterCreates or replaces a filter. Starts setting the contents of the filter.
EssSetFilterRowGets the next row of a filter.
EssGetFilterListGets the list of users who are assigned a filter.
EssSetFilterListSets the list of users who are assigned a filter.
EssDeleteFilterDeletes an existing filter.
EssRenameFilterRenames an existing filter.
EssCopyFilterCopies an existing filter.
EssVerifyFilterVerifies the syntax of a series of filter row strings against a specified database.
EssVerifyFilterRowVerifies the syntax of a single filter row string against a specified database.