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