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: ExecuteOptionsThe 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
Optional
params: BindParametersThe Parameters to pass into the SQL execution
Optional
options: ExecuteOptionsThe oracle options for the SQL execution. options.autoCommit
is set by default based on if configOrConnection
is config.
The result object for the execution
Generated using TypeDoc
Executes SQL mutate the database