...
Parameter | Description | ||
---|---|---|---|
| SQL string containing one or more parameter placeholders ('?'). | ||
| Value(s) to bind against parameter placeholders. | ||
| Name of the database profile(s) to use for access. | ||
| An optional parameter to enable the commit statement to performed at the end of every SQL transaction for this particular function. Setting this parameter to
| ||
Returns | Null in case of failure the error details can be found in System Log otherwise a table, holding the SQL select result. |
...
Parameter | Description | |||||
---|---|---|---|---|---|---|
| SQL string containing one or more parameter placeholders ('?'). The string may also contain variables that substitute any part of the statement such as table- or column names.
| |||||
| Value(s) to bind against parameter placeholders | |||||
| Name of the database profile(s) to use for access | |||||
| An optional parameter to enable the commit statement to performed at the end of every SQL transaction for this particular function. Setting this parameter to
| |||||
Returns | Null in case of failure the error details can be found in System Log otherwise a table, holding the SQL select result |
...