Verifies the syntax of a single filter row strings against a specified database.
Syntax
ESS_FUNC_M EssVerifyFilterRow (hCtx, RowString);
Parameter | Data Type | Description |
---|---|---|
hCtx | ESS_HCTX_T | API context handle. |
RowString | ESS_STR_T | Filter row string. |
Notes
This function should be called repeatedly after calling EssVerifyFilter(), once for each row of the filter, terminating the row list with a NULL row string pointer.
Return Value
None.
Access
This function requires the caller to have database designer privilege (ESS_PRIV_DBDESIGN) for the specified database.
Example
See the example of EssVerifyFilter.
See Also