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