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
Optional
options: ExecuteManyOptionsThe oracle options for the SQL execution. options.autoCommit
is set by default based on if configOrConnection
is config.
The result object for the execution. There are many results as there are many executions.
Executes SQL mutate the database via the executeMany
command.
This takes an array of bindParameters and loops over them.
Either a dbConfig object or the connection to execute with
The SQL to execute - Should be some sort of mutation
An array of the Parameters to pass into the SQL execution. executeMany
loops over them in a single transaction
Optional
options: ExecuteManyOptionsThe oracle options for the SQL execution. options.autoCommit
is set by default based on if configOrConnection
is config.
The result object for the execution. There are many results as there are many executions.
Generated using TypeDoc
Executes SQL mutate the database via the
executeMany
command.This takes an array of bindParameters and loops over them.