org.seasar.doma.jdbc.dialect
クラス OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter
java.lang.Object
org.seasar.doma.jdbc.dialect.OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter
- すべての実装されたインタフェース:
- SqlLogFormatter<Timestamp>
- 含まれているクラス:
- OracleDialect.OracleSqlLogFormattingVisitor
protected static class OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter
- extends Object
- implements SqlLogFormatter<Timestamp>
timestampリテラルへ変換するフォーマッタです。
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter
protected OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter()
convertToLogFormat
public String convertToLogFormat(Timestamp value)
- インタフェース
SqlLogFormatter
の記述:
- 値をSQLのログ用文字列に変換します。
- 定義:
- インタフェース
SqlLogFormatter<Timestamp>
内の convertToLogFormat
- パラメータ:
value
- 値
- 戻り値:
- ログ用文字列
Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.