net.hasor.jdbc
接口 PreparedStatementCreator


public interface PreparedStatementCreator

该接口用于创建 PreparedStatement 对象。

版本:
: 2013-10-9
作者:
Thomas Risberg, Juergen Hoeller, 赵永春(zyc@hasor.net)

方法摘要
 PreparedStatement createPreparedStatement(Connection con)
          使用参数传进来的连接创建 PreparedStatement 对象。
 

方法详细信息

createPreparedStatement

PreparedStatement createPreparedStatement(Connection con)
                                          throws SQLException
使用参数传进来的连接创建 PreparedStatement 对象。

抛出:
SQLException


Copyright © 2013-2014. All Rights Reserved.