Package org.apache.calcite.avatica.util
Interface DateTimeUtils.OffsetDateTimeHandler
-
- All Known Implementing Classes:
DateTimeUtils.NoopOffsetDateTimeHandler,DateTimeUtils.ReflectiveOffsetDateTimeHandler
- Enclosing class:
- DateTimeUtils
private static interface DateTimeUtils.OffsetDateTimeHandlerDeals with values ofjava.time.OffsetDateTimewithout introducing a compile-time dependency (becauseOffsetDateTimeis only JDK 8 and higher).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOffsetDateTime(java.lang.Object o)java.lang.StringstringValue(java.lang.Object o)
-