org.seasar.doma.jdbc
インタフェース SqlLogFormatter<T>

既知のサブインタフェースの一覧:
JdbcType<T>
既知の実装クラスの一覧:
AbstractJdbcType, AbstractResultSetType, ArrayType, BigDecimalType, BigIntegerType, BlobType, BooleanType, BytesType, ByteType, ClobType, DateType, DoubleType, EnumType, FloatType, IntegerAdaptiveBooleanType, IntegerType, LongType, NClobType, NStringType, ObjectType, OracleDialect.OracleResultSetType, OracleDialect.OracleSqlLogFormattingVisitor.DateFormatter, OracleDialect.OracleSqlLogFormattingVisitor.TimeFormatter, OracleDialect.OracleSqlLogFormattingVisitor.TimestampFormatter, OracleDialect.OracleSqlLogFormattingVisitor.UtilDateFormatter, PostgresDialect.PostgresResultSetType, ShortType, StringType, TimestampType, TimeType, UtilDateType

public interface SqlLogFormatter<T>

値をSQLのログ用文字列に変換するフォーマッタです。

作成者:
taedium

メソッドの概要
 String convertToLogFormat(T value)
          値をSQLのログ用文字列に変換します。
 

メソッドの詳細

convertToLogFormat

String convertToLogFormat(T value)
値をSQLのログ用文字列に変換します。

パラメータ:
value - 値
戻り値:
ログ用文字列


Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.