The StoredProcedureResult interface
lets you choose from a number of overloaded methods for handling the
results of a CALL statement.
You can think of the StoredProcedureResult interface
as the Object of class <T> returned by pureQuery's
default CallHandler.
You can use the StoredProcedureResult interface
to access the following items:
- The OUT and INOUT parameters
of a stored procedure
- Individual query results that are returned
by a stored procedure,
in the order that they are returned by that stored procedure