org.crazycake.jdbcTemplateTool.impl
类 UpdateSetter

java.lang.Object
  继承者 org.crazycake.jdbcTemplateTool.impl.UpdateSetter
所有已实现的接口:
org.springframework.jdbc.core.PreparedStatementSetter

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


构造方法摘要
UpdateSetter(Object[] params)
           
 
方法摘要
 void setValues(PreparedStatement ps)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

UpdateSetter

public UpdateSetter(Object[] params)
方法详细信息

setValues

public void setValues(PreparedStatement ps)
               throws SQLException
指定者:
接口 org.springframework.jdbc.core.PreparedStatementSetter 中的 setValues
抛出:
SQLException


Copyright © 2014. All rights reserved.