![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The data key value provides table access predicates in a syntax very similar to the syntax used for rules, but without the table specification, the WHERE, or any ordering.The following example specifies two dynamic substitutions, {ARG1} (a numeric value) and '{TABLEA}.{FIELDA}' (a string value). If the value to be substituted is a string value, the expression must be enclosed in single quotation marks.FIELD1 = 'A Value' AND FIELD2 > {ARG1} OR FIELD3 = '{TABLEA}.{FIELDA}'<key predicate> ::=<where relation> ::=<data value> ::=<Quoted String> ::=
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |