Uses of Class
org.h2.value.ValueTimeTimeZone
Packages that use ValueTimeTimeZone
Package
Description
Internal utility classes.
Data type and value implementations.
-
Uses of ValueTimeTimeZone in org.h2.util
Methods in org.h2.util that return ValueTimeTimeZoneModifier and TypeMethodDescriptionstatic ValueTimeTimeZoneJSR310Utils.offsetTimeToValue(OffsetTime offsetTime) Converts a OffsetTime to a Value.static ValueTimeTimeZoneDateTimeUtils.parseTimeWithTimeZone(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 ValueTimeTimeZoneModifier and TypeMethodDescriptionprivate ValueTimeTimeZoneValue.convertToTimeTimeZone(TypeInfo targetType, CastDataProvider provider, int conversionMode) static ValueTimeTimeZoneValueTimeTimeZone.fromNanos(long nanos, int timeZoneOffsetSeconds) Get or create a time value.static ValueTimeTimeZoneParse a string to a ValueTime.