DynamicSQL.execute(sentence,implname,inParameters)

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.

Arguments:

Name Type Description Mode
sentence String Sql sentence to execute. in
implname String Configuration name of the sql connector. in
inParameters Any[] in