org.apache.ibatis.executor.resultset
Interface ResultSetHandler

All Known Implementing Classes:
FastResultSetHandler, NestedResultSetHandler

public interface ResultSetHandler


Method Summary
 void handleOutputParameters(java.sql.CallableStatement cs)
           
 java.util.List handleResultSets(java.sql.Statement stmt)
           
 

Method Detail

handleResultSets

java.util.List handleResultSets(java.sql.Statement stmt)
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

handleOutputParameters

void handleOutputParameters(java.sql.CallableStatement cs)
                            throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2010 MyBatis.org. All Rights Reserved.