StoredProcedureResult interface

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:


Feedback