org.seasar.doma.internal.jdbc.command
クラス PreparedSqlParameterBinder

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.command.PreparedSqlParameterBinder

public class PreparedSqlParameterBinder
extends Object

作成者:
taedium

フィールドの概要
protected  Query query
           
 
コンストラクタの概要
PreparedSqlParameterBinder(Query query)
           
 
メソッドの概要
 void bind(PreparedStatement preparedStatement, List<? extends PreparedSqlParameter> paramters)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

query

protected final Query query
コンストラクタの詳細

PreparedSqlParameterBinder

public PreparedSqlParameterBinder(Query query)
メソッドの詳細

bind

public void bind(PreparedStatement preparedStatement,
                 List<? extends PreparedSqlParameter> paramters)
          throws SQLException
例外:
SQLException


Copyright © 2009 The Seasar Foundation. All Rights Reserved.