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