Either a dbConfig object or the connection to execute with
The SQL to execute - the result of the sql template tag - Should be a SELECT type for this
Optional
options: ExecuteOptionsThe oracle options for the SQL execution
The response data as an array
Runs SQL to get values
Either a dbConfig object or the connection to execute with
The SQL to execute - the result of the sql template tag - Should be a SELECT type for this
The oracle options for the SQL execution
A callback method to allow you to take the return from the sql and transform the object. This is in lieu of returning an array of data.
Nothing if there is a callback
Runs SQL to get values
Either a dbConfig object or the connection to execute with
The SQL to execute - Should be a SELECT type for this
Optional
params: BindParametersThe Parameters to pass into the SQL execution
Optional
options: ExecuteOptionsThe oracle options for the SQL execution
The response data as an array
Runs SQL to get values
Either a dbConfig object or the connection to execute with
The SQL to execute - Should be a SELECT type for this
The Parameters to pass into the SQL execution
The oracle options for the SQL execution
A callback method to allow you to take the return from the sql and transform the object. This is in lieu of returning an array of data.
Nothing if there is a callback
Generated using TypeDoc
Runs SQL to get values