protected static class Oracle11Dialect.Oracle11SqlLogFormattingVisitor.LocalTimeFormatter extends java.lang.Object implements SqlLogFormatter<java.time.LocalTime>
LocalTime object to a time literal.| Modifier and Type | Field and Description |
|---|---|
protected Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimeFormatter |
delegate |
| Modifier | Constructor and Description |
|---|---|
protected |
LocalTimeFormatter(Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimeFormatter delegate) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertToLogFormat(java.time.LocalTime value)
Converts the value to the SQL log format.
|
protected final Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimeFormatter delegate
protected LocalTimeFormatter(Oracle11Dialect.Oracle11SqlLogFormattingVisitor.TimeFormatter delegate)
public java.lang.String convertToLogFormat(java.time.LocalTime value)
SqlLogFormatterconvertToLogFormat in interface SqlLogFormatter<java.time.LocalTime>value - the value