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