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

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.command.ModuleCommand<Void,ProcedureQuery>
      上位を拡張 org.seasar.doma.internal.jdbc.command.ProcedureCommand
すべての実装されたインタフェース:
Command<Void,ProcedureQuery>

public class ProcedureCommand
extends ModuleCommand<Void,ProcedureQuery>

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.command.ModuleCommand から継承されたフィールド
query, sql
 
コンストラクタの概要
ProcedureCommand(ProcedureQuery query)
           
 
メソッドの概要
protected  Void executeInternal(CallableStatement callableStatement)
           
 
クラス org.seasar.doma.internal.jdbc.command.ModuleCommand から継承されたメソッド
bindParameters, execute, fetchParameters, log, setupOptions
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ProcedureCommand

public ProcedureCommand(ProcedureQuery query)
メソッドの詳細

executeInternal

protected Void executeInternal(CallableStatement callableStatement)
                        throws SQLException
定義:
クラス ModuleCommand<Void,ProcedureQuery> 内の executeInternal
例外:
SQLException


Copyright © 2009 The Seasar Foundation. All Rights Reserved.