org.seasar.doma.internal.jdbc.command
クラス SetValueFunction
java.lang.Object
org.seasar.doma.internal.jdbc.command.SetValueFunction
- すべての実装されたインタフェース:
- JdbcMappingFunction
public class SetValueFunction
- extends Object
- implements JdbcMappingFunction
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
preparedStatement
protected final PreparedStatement preparedStatement
index
protected final int index
SetValueFunction
public SetValueFunction(PreparedStatement preparedStatement,
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.