The DBConfig object to get the connection from
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
Uses a connection from a connection pool to run SQL to get values
The DBConfig object to get the connection from
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
Uses a connection from a connection pool to run SQL to get values
The DBConfig object to get the connection from
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
Uses a connection from a connection pool to run SQL to get values
The DBConfig object to get the connection from
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 instead
Generated using TypeDoc
Uses a connection from a connection pool to run SQL to get values