Object type: CustomResultIterator
The iterator for the stream returned in the query
function to be used to override the default behavior of the sql:ResultIterator
.
Methods
nextResult
function nextResult(ResultIterator iterator) returns record {} | Error?
Isolated Function
Parameters
- iterator ResultIterator
Return Type
(record {} | Error?)getNextQueryResult
function getNextQueryResult(ProcedureCallResult callResult) returns boolean | Error
Isolated Function
Parameters
- callResult ProcedureCallResult