Class: ProcedureCallResult
Object that is used to return stored procedure call results.
Methods
getNextQueryResult | Updates |
close | Closes the |
Fields
- executionResult ExecutionResult?(default ())
- queryResult stream<record {}, Error>?(default ())
- customResultIterator CustomResultIterator?
Summary of the execution of DML/DLL query
Results from the SQL query
The instance of the custom Ballerina class that is structurally equivalent to
the customResultIterator
object type. This instance includes a custom implementation
of the getNextQueryResult
method