Uses of Class
org.h2.value.ValueTimeTimeZone
-
Packages that use ValueTimeTimeZone Package Description org.h2.util Internal utility classes.org.h2.value Data type and value implementations. -
-
Uses of ValueTimeTimeZone in org.h2.util
Methods in org.h2.util that return ValueTimeTimeZone Modifier and Type Method Description static ValueTimeTimeZoneJSR310Utils. offsetTimeToValue(java.time.OffsetTime offsetTime)Converts a OffsetTime to a Value.static ValueTimeTimeZoneDateTimeUtils. parseTimeWithTimeZone(java.lang.String s, CastDataProvider provider)Parses TIME WITH TIME ZONE value from the specified string. -
Uses of ValueTimeTimeZone in org.h2.value
Methods in org.h2.value that return ValueTimeTimeZone Modifier and Type Method Description private ValueTimeTimeZoneValue. convertToTimeTimeZone(TypeInfo targetType, CastDataProvider provider, int conversionMode)static ValueTimeTimeZoneValueTimeTimeZone. fromNanos(long nanos, int timeZoneOffsetSeconds)Get or create a time value.static ValueTimeTimeZoneValueTimeTimeZone. parse(java.lang.String s)Parse a string to a ValueTime.
-