org.seasar.doma.internal.jdbc.query
クラス AutoFunctionQuery<R>
java.lang.Object
org.seasar.doma.internal.jdbc.query.AutoModuleQuery
org.seasar.doma.internal.jdbc.query.AutoFunctionQuery<R>
- すべての実装されたインタフェース:
- FunctionQuery<R>, ModuleQuery, Query
public class AutoFunctionQuery<R>
- extends AutoModuleQuery
- implements FunctionQuery<R>
- 作成者:
- taedium
クラス org.seasar.doma.internal.jdbc.query.AutoModuleQuery から継承されたメソッド |
addParameter, getClassName, getConfig, getMethodName, getQueryTimeout, getSql, prepareOptions, setCallerClassName, setCallerMethodName, setConfig, setQueryTimeout |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
functionName
protected String functionName
resultParameter
protected ResultParameter<R> resultParameter
AutoFunctionQuery
public AutoFunctionQuery()
compile
public void compile()
prepareSql
protected void prepareSql()
setFunctionName
public void setFunctionName(String functionName)
setResultParameter
public void setResultParameter(ResultParameter<R> parameter)
getResult
public R getResult()
- 定義:
- インタフェース
FunctionQuery<R>
内の getResult
Copyright © 2009 The Seasar Foundation. All Rights Reserved.