com.clickntap.autoarchive
Class RowMover

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

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


Constructor Summary
RowMover(org.springframework.jdbc.core.JdbcTemplate jdbc, String table, boolean archive)
           
 
Method Summary
 Object mapRow(ResultSet rs, int row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowMover

public RowMover(org.springframework.jdbc.core.JdbcTemplate jdbc,
                String table,
                boolean archive)
Method Detail

mapRow

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


Copyright © 2014. All rights reserved.