OptionallastOptionaloutputScalar OUT/INOUT parameter values returned by a stored procedure CALL
(e.g. HANA's hdb driver callback shape cb(err, parameters, ...resultSets)).
Present only when the query was a procedure call that declared such
parameters.
OptionalresultAdditional result sets returned by a stored procedure CALL beyond the
primary rows (e.g. one array per table/cursor OUT parameter). Present
only when the procedure returned more than one additional result set.
The rows and metadata returned by a query.