Method PgRemoteFilter():getExpression() Foundation

Returns the filter expression

Syntax
:getExpression() -> cExpr
Parameters
<cExpr>
<cExpr> is the filter expression as string.
Return

This method returns the expression as sent to the PostgreSQL dbms.

Description

The method returns the expression as a string. In the event parameters are used in the original expression, the string contains the substituted parameter values. The method's return value is used by the PostgreSQL DatabaseEngine.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.