org.crazycake.jdbcTemplateTool.impl
类 ReturnIdPreparedStatementCreator

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

public class ReturnIdPreparedStatementCreator
extends Object
implements org.springframework.jdbc.core.PreparedStatementCreator

返回主键的PreparedStatementCreator

作者:
Administrator

构造方法摘要
ReturnIdPreparedStatementCreator(String sql, Object[] params, String autoGeneratedColumnName)
           
 
方法摘要
 PreparedStatement createPreparedStatement(Connection connection)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ReturnIdPreparedStatementCreator

public ReturnIdPreparedStatementCreator(String sql,
                                        Object[] params,
                                        String autoGeneratedColumnName)
方法详细信息

createPreparedStatement

public PreparedStatement createPreparedStatement(Connection connection)
                                          throws SQLException
指定者:
接口 org.springframework.jdbc.core.PreparedStatementCreator 中的 createPreparedStatement
抛出:
SQLException


Copyright © 2014. All rights reserved.