net.hasor.jdbc
接口 PreparedStatementSetter


public interface PreparedStatementSetter

用于处理 PreparedStatement 接口的动态参数设置。

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

方法摘要
 void setValues(PreparedStatement ps)
          Set parameter values on the given PreparedStatement.
 

方法详细信息

setValues

void setValues(PreparedStatement ps)
               throws SQLException
Set parameter values on the given PreparedStatement.

参数:
ps - the PreparedStatement to invoke setter methods on
抛出:
SQLException - if a SQLException is encountered (i.e. there is no need to catch SQLException)


Copyright © 2013-2014. All Rights Reserved.