public interface  org.apache.ibatis.executor.resultset.ResultSetHandler extends java.lang.Object
{
public abstract java.util.List handleResultSets(java.sql.Statement) throws java.sql.SQLException;
public abstract org.apache.ibatis.cursor.Cursor handleCursorResultSets(java.sql.Statement) throws java.sql.SQLException;
public abstract void handleOutputParameters(java.sql.CallableStatement) throws java.sql.SQLException;
}