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