public class HeaGetMapHandler extends Object implements org.springframework.jdbc.core.ResultSetExtractor<com.vonchange.headb.core.map.HeaGetMap>
ResultSetHandler implementation that converts the first
ResultSet row into a Map. This class is thread
safe.org.apache.commons.dbutils.ResultSetHandlerpublic com.vonchange.headb.core.map.HeaGetMap extractData(ResultSet rs) throws SQLException
ResultSet into a
Map.extractData 在接口中 org.springframework.jdbc.core.ResultSetExtractor<com.vonchange.headb.core.map.HeaGetMap>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 occursorg.apache.commons.dbutils.ResultSetHandler#handle(java.sql.ResultSet)Copyright © 2016. All rights reserved.