Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix B Understanding the Data Access Parameter Syntax : Data Parameter Value Syntax

Data Parameter Value Syntax
The data parameter value is provided in one or more comma-separated values that represent either the data value itself, or a reference to the data value.
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.
Example
'A Value', {ARG1}, '{TABLEA}.{FIELDA}'
Syntax in BNF Notation
<parm> ::=
   <parm value list>
<parm value list> ::=
   <parm_value{,parm_value}>
<parm_value> ::=
   <passed argument name>
   <table reference>
   <data value>
<passed argument name> ::=
   <{argument name}>
<table reference> ::=
   <{tablename}.{fieldname}>
<data value> ::=
   <Numeric Value>
   <Quoted String>
<Quoted String> ::=
   <'string'>

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved