additionalResults property
Additional result sets and row-counts returned by a directed OUT call
when the stored procedure / batch produced more than one ODBC result after
SQLMoreResults (the MULT envelope path).
The first result set from the engine is always mapped to columns / rows / rowCount so single-result callers require no changes. Items here represent the tail of the multi-result sequence (index 1 onward). Empty for procedures that return a single result set (the common case).
Implementation
final List<DirectedMultiItem> additionalResults;