When using one of the various JDBC template methods I am confused on how to iterate/scroll over large result sets (which won\'t fit into memory). Even without a direct expos
StoredProcedure
RowCallBackHandler
that can handle each row, one at a time.SqlReturnResultSet
class and create it using your RowCallBackHandler
I would provide code, but the following article contains all of this information.
Calling Stored Procedures with Spring JDBC Templates