ArrayOutParameterArrayValueBigIntArrayOutParameterBigIntArrayValueBigIntOutParameterBigIntValueBinaryArrayOutParameterBinaryArrayValueBinaryOutParameterBinaryValueBitArrayOutParameterBitArrayValueBitOutParameterBitValueBlobOutParameterBlobValueBooleanArrayOutParameterBooleanArrayValueBooleanOutParameterBooleanValueCharArrayOutParameterCharArrayValueCharOutParameterCharValueClobOutParameterClobValueDateArrayOutParameterDateArrayValueDateOutParameterDateTimeArrayOutParameterDateTimeArrayValueDateTimeOutParameterDateTimeValueDateValueDecimalArrayOutParameterDecimalArrayValueDecimalOutParameterDecimalValueDoubleArrayOutParameterDoubleArrayValueDoubleOutParameterDoubleValueFloatArrayOutParameterFloatArrayValueFloatOutParameterFloatValueInOutParameterIntegerArrayOutParameterIntegerArrayValueIntegerOutParameterIntegerValueNCharOutParameterNCharValueNClobOutParameterNClobValueNumericArrayOutParameterNumericArrayValueNumericOutParameterNumericValueNVarcharArrayOutParameterNVarcharArrayValueNVarcharOutParameterNVarcharValueProcedureCallResultRealArrayOutParameterRealArrayValueRealOutParameterRealValueRefOutParameterRefValueResultIteratorRowOutParameterRowValueSmallIntArrayOutParameterSmallIntArrayValueSmallIntOutParameterSmallIntValueStructOutParameterStructValueTextOutParameterTextValueTimeArrayOutParameterTimeArrayValueTimeOutParameterTimestampArrayOutParameterTimestampArrayValueTimestampOutParameterTimestampValueTimestampWithTimezoneArrayOutParameterTimestampWithTimezoneOutParameterTimeValueTimeWithTimezoneArrayOutParameterTimeWithTimezoneOutParameterVarBinaryArrayOutParameterVarBinaryArrayValueVarBinaryOutParameterVarBinaryValueVarcharArrayOutParameterVarcharArrayValueVarcharOutParameterVarcharValueXMLOutParameter
Functions
arrayFlattenQuery | I Joins the parameters in the array with the |
generateApplicationErrorStream | I Generates a stream consisting of |
getGlobalConnectionPool | I Returns the global connection pool. |
queryConcat | I Concatenates all provided |
arrayFlattenQuery
function arrayFlattenQuery(Value[ ] values) returns ParameterizedQuery
Isolated Function
Joins the parameters in the array with the ,
delimiter into an sql:ParameterizedQuery
.
Parameters
- values Value[ ]
An array of sql:Value
values
generateApplicationErrorStream
Isolated Function
Generates a stream consisting of sql:Error
elements.
Parameters
- message string
Error message used to initialise an sql:Error
getGlobalConnectionPool
function getGlobalConnectionPool() returns ConnectionPool
Isolated Function
Returns the global connection pool.
queryConcat
function queryConcat(ParameterizedQuery... queries) returns ParameterizedQuery
Isolated Function
Concatenates all provided sql:ParameterizedQuery
s into a single sql:ParameterizedQuery
.
Parameters
- queries ParameterizedQuery...
Set of sql:ParameterizedQuery
queries