com.clickntap.tool.jdbc
Class JdbcPreparedStatementCreator

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

public class JdbcPreparedStatementCreator
extends Object
implements org.springframework.jdbc.core.PreparedStatementSetter


Constructor Summary
JdbcPreparedStatementCreator(Object[] values)
           
 
Method Summary
 void setValues(PreparedStatement ps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcPreparedStatementCreator

public JdbcPreparedStatementCreator(Object[] values)
Method Detail

setValues

public void setValues(PreparedStatement ps)
               throws SQLException
Specified by:
setValues in interface org.springframework.jdbc.core.PreparedStatementSetter
Throws:
SQLException


Copyright © 2014. All rights reserved.