public class HaloGetMapListHandler extends Object implements org.apache.commons.dbutils.ResultSetHandler<List<HaloGetMap>>
ResultSetHandler implementation that converts the first
ResultSet row into a Map. This class is thread
safe.ResultSetHandlerpublic List<HaloGetMap> handle(ResultSet rs) throws SQLException
ResultSet into a
Map.handle 在接口中 org.apache.commons.dbutils.ResultSetHandler<List<HaloGetMap>>rs - ResultSet to process.Map with the values from the first row or
null if there are no rows in the
ResultSet.SQLException - if a database access error occursResultSetHandler.handle(java.sql.ResultSet)Copyright © 2015. All rights reserved.