net.paoding.rose.jade.rowmapper
类 MapEntryColumnRowMapper

java.lang.Object
  继承者 net.paoding.rose.jade.rowmapper.MapEntryColumnRowMapper
所有已实现的接口:
org.springframework.jdbc.core.RowMapper

public class MapEntryColumnRowMapper
extends Object
implements org.springframework.jdbc.core.RowMapper

在将SQL结果集某一行的两列,一列作为key,一列作为value,形成一个key-value映射对。

作者:
王志亮 [qieqie.wang@gmail.com], 廖涵 [in355hz@gmail.com]

构造方法摘要
MapEntryColumnRowMapper(StatementMetaData modifier, Class<?> requiredType)
           
 
方法摘要
 Object mapRow(ResultSet rs, int rowNum)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MapEntryColumnRowMapper

public MapEntryColumnRowMapper(StatementMetaData modifier,
                               Class<?> requiredType)
方法详细信息

mapRow

public Object mapRow(ResultSet rs,
                     int rowNum)
              throws SQLException
指定者:
接口 org.springframework.jdbc.core.RowMapper 中的 mapRow
抛出:
SQLException


Copyright © 2012. All Rights Reserved.