public class HaloGetMapHandler extends Object implements org.apache.commons.dbutils.ResultSetHandler<HaloGetMap>
ResultSetHandler implementation that converts the first
ResultSet row into a Map. This class is thread
safe.ResultSetHandlerpublic HaloGetMap handle(ResultSet rs) throws SQLException
ResultSet into a
Map.handle 在接口中 org.apache.commons.dbutils.ResultSetHandler<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.