org.seasar.doma.internal.jdbc.command
クラス RegisterOutParameterFunction
java.lang.Object
org.seasar.doma.internal.jdbc.command.RegisterOutParameterFunction
- すべての実装されたインタフェース:
- JdbcMappingFunction
public class RegisterOutParameterFunction
- extends Object
- implements JdbcMappingFunction
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callableStatement
protected final CallableStatement callableStatement
index
protected final int index
RegisterOutParameterFunction
public RegisterOutParameterFunction(CallableStatement callableStatement,
int index)
apply
public <R,V> R apply(Domain<V,?> domain,
JdbcType<V> jdbcType)
throws SQLException
- 定義:
- インタフェース
JdbcMappingFunction
内の apply
- 型パラメータ:
R
- 戻り値の型V
- マッピング対象の値の型- パラメータ:
domain
- ドメインjdbcType
- JDBC型
- 戻り値:
- マッピング処理の結果
- 例外:
SQLException
- SQLに関する例外が発生した場合
Copyright © 2009 The Seasar Foundation. All Rights Reserved.