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

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

public class CallableSqlParameterBinder
extends Object

作成者:
taedium

入れ子のクラスの概要
protected static class CallableSqlParameterBinder.BindingVisitor
           
 
フィールドの概要
protected  Query query
           
 
コンストラクタの概要
CallableSqlParameterBinder(Query query)
           
 
メソッドの概要
 void bind(CallableStatement callableStatement, List<? extends CallableSqlParameter> parameters)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

query

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

CallableSqlParameterBinder

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

bind

public void bind(CallableStatement callableStatement,
                 List<? extends CallableSqlParameter> parameters)
          throws SQLException
例外:
SQLException


Copyright © 2009 The Seasar Foundation. All Rights Reserved.