Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine™ 1.0, changed in 2.5.8. |
Syntax
...
Parameter name | Type | Required | Description |
---|---|---|---|
datasourceName | string | yes | Datasource name or JNDI name. For Jira database, this is set to "jdbc/JiraDS" by default. |
sqlstring | string | yes | SQL string. |
Starting with katl-commons SIL Engine™ 2.5.8, the routine accepts multiple parameters, in this case the sql statement being pushed as prepared into the database (check the second example below for right syntax). The old syntax is still functional too.
...