Object type: CustomResultIterator
The object type that is used as a structure to define a custom class with custom implementations for nextResult and getNextQueryResult in the connector modules.
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