Runs an sql sentence. The "execute" is used to perform sentences against databases using the specific database's native SQL. This is only used to execute SQL sentences like: DROP , ALTER , CREATE and any other database specific sentences.
| Name | Type | Description | Mode |
|---|---|---|---|
| sentence | String | Sql sentence to execute. | in |
| implname | String | Configuration name of the sql connector. | in |
| inParameters | Any[] | in |