org.seasar.doma.internal.jdbc.sql
クラス ConvertToLogFormatFunction
java.lang.Object
org.seasar.doma.internal.jdbc.sql.ConvertToLogFormatFunction
- すべての実装されたインタフェース:
- SqlLogFormattingFunction
public class ConvertToLogFormatFunction
- extends Object
- implements SqlLogFormattingFunction
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertToLogFormatFunction
public ConvertToLogFormatFunction()
apply
public <V> String apply(Domain<V,?> domain,
JdbcType<V> jdbcType)
- インタフェース
SqlLogFormattingFunction
の記述:
- 処理を実行します。
- 定義:
- インタフェース
SqlLogFormattingFunction
内の apply
- 型パラメータ:
V
- 値の型- パラメータ:
domain
- SQLのバインド変数にマッピングされるドメインjdbcType
- JDBC型
- 戻り値:
- フォーマットされた文字列
Copyright © 2009 The Seasar Foundation. All Rights Reserved.