com.clickntap.tool.jdbc
Class JdbcOutputStreamRowMapper

java.lang.Object
  extended by com.clickntap.tool.jdbc.JdbcOutputStreamRowMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper

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


Constructor Summary
JdbcOutputStreamRowMapper(OutputStream outputStream)
           
JdbcOutputStreamRowMapper(OutputStream outputStream, int offset, int length)
           
 
Method Summary
 Object mapRow(ResultSet rs, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcOutputStreamRowMapper

public JdbcOutputStreamRowMapper(OutputStream outputStream)

JdbcOutputStreamRowMapper

public JdbcOutputStreamRowMapper(OutputStream outputStream,
                                 int offset,
                                 int length)
Method Detail

mapRow

public Object mapRow(ResultSet rs,
                     int i)
              throws SQLException
Specified by:
mapRow in interface org.springframework.jdbc.core.RowMapper
Throws:
SQLException


Copyright © 2014. All rights reserved.