Either a dbConfig object or the connection to execute with
The SQL to execute - the result of the sql template tag - Should be some sort of mutation
Optionaloptions: ExecuteOptions
The oracle options for the SQL execution. options.autoCommit is set by default based on if configOrConnection is config.
The result object for the execution
Executes SQL mutate the database
Either a dbConfig object or the connection to execute with
The SQL to execute - Should be some sort of mutation
Optionalparams: BindParameters
The Parameters to pass into the SQL execution
Optionaloptions: ExecuteOptions
The oracle options for the SQL execution. options.autoCommit is set by default based on if configOrConnection is config.
The result object for the execution
Executes SQL mutate the database