org.seasar.doma.internal.jdbc.command
クラス FunctionCommand<R>

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

public class FunctionCommand<R>
extends ModuleCommand<R,FunctionQuery<R>>

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.internal.jdbc.command.ModuleCommand から継承されたフィールド
query, sql
 
コンストラクタの概要
FunctionCommand(FunctionQuery<R> query)
           
 
メソッドの概要
protected  R 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
 

コンストラクタの詳細

FunctionCommand

public FunctionCommand(FunctionQuery<R> query)
メソッドの詳細

executeInternal

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


Copyright © 2009 The Seasar Foundation. All Rights Reserved.