org.apache.ibatis.executor.resultset
Interface ResultSetHandler

All Known Implementing Classes:
FastResultSetHandler, NestedResultSetHandler

public interface ResultSetHandler


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

Method Detail

handleResultSets

<E> List<E> handleResultSets(Statement stmt)
                         throws SQLException
Throws:
SQLException

handleOutputParameters

void handleOutputParameters(CallableStatement cs)
                            throws SQLException
Throws:
SQLException


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.