...
Parameter | Description | ||
---|---|---|---|
| Name of the database where the table resides | ||
| SQL query to send to the database. Note that SQL statements must not end with ';'. Only columns of type number, date and string are supported. | ||
| An optional parameter to disable the commit statement from being performed at the end of every SQL transaction for this particular function. Setting this parameter to false will result in the commit statement to be performed at the end of every SQL transaction for this particular function. By default, will have the disableCommit set to true unless otherwise changed via this parameter.
| ||
Returns | A table |
Info | ||
---|---|---|
| ||
To avoid performance problems, the table must be read from the database as seldom as possible. For instance, once for each workflow invocation.
|
...