org.apache.ibatis.executor.resultset
Interface ResultSetHandler

All Known Implementing Classes:
FastResultSetHandler, NestedResultSetHandler

public interface ResultSetHandler


Method Summary
 void handleOutputParameters(CallableStatement cs)
           
 List handleResultSets(Statement stmt)
           
 

Method Detail

handleResultSets

List handleResultSets(Statement stmt)
                      throws SQLException
Throws:
SQLException

handleOutputParameters

void handleOutputParameters(CallableStatement cs)
                            throws SQLException
Throws:
SQLException


Copyright © 2010. All Rights Reserved.