- Type Parameters:
T- the value type
- All Known Subinterfaces:
JdbcType<T>
- All Known Implementing Classes:
AbstractJdbcType,AbstractResultSetType,ArrayType,BigDecimalType,BigIntegerType,BlobType,BooleanType,BytesType,ByteType,ClobType,DateType,DoubleType,EnumType,FloatType,IntegerAdaptiveBooleanType,IntegerType,LocalDateTimeType,LocalDateType,LocalTimeType,LongType,NClobType,NStringType,ObjectType,Oracle11Dialect.Oracle11SqlLogFormattingVisitor.DateFormatter,Oracle11Dialect.Oracle11SqlLogFormattingVisitor.LocalDateFormatter,Oracle11Dialect.Oracle11SqlLogFormattingVisitor.LocalDateTimeFormatter,Oracle11Dialect.Oracle11SqlLogFormattingVisitor.LocalTimeFormatter,Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimeFormatter,Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimestampFormatter,Oracle11Dialect.Oracle11SqlLogFormattingVisitor.UtilDateFormatter,Oracle11Dialect.OracleResultSetType,PortableObjectType,PostgresDialect.PostgresResultSetType,ShortType,SQLXMLType,StringType,TimestampType,TimeType,UtilDateType
public interface SqlLogFormatter<T>
The formatter that converts the value to the SQL log format.
-
Method Summary
Modifier and TypeMethodDescriptionconvertToLogFormat(T value) Converts the value to the SQL log format.
-
Method Details
-
convertToLogFormat
Converts the value to the SQL log format.- Parameters:
value- the value- Returns:
- the SQL log format
-