Module org.seasar.doma.core
Package org.seasar.doma.jdbc.dialect
Class Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimestampFormatter
java.lang.Object
org.seasar.doma.jdbc.dialect.Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimestampFormatter
- All Implemented Interfaces:
SqlLogFormatter<Timestamp>
- Enclosing class:
- Oracle11Dialect.Oracle11SqlLogFormattingVisitor
protected static class Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimestampFormatter
extends Object
implements SqlLogFormatter<Timestamp>
A formatter that converts a
Timestamp object to a timestamp literal.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToLogFormat(Timestamp value) Converts the value to the SQL log format.
-
Constructor Details
-
TimestampFormatter
protected TimestampFormatter()
-
-
Method Details
-
convertToLogFormat
Description copied from interface:SqlLogFormatterConverts the value to the SQL log format.- Specified by:
convertToLogFormatin interfaceSqlLogFormatter<Timestamp>- Parameters:
value- the value- Returns:
- the SQL log format
-