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 ValueTimeTimeZone
JSR310Utils.offsetTimeToValue
(OffsetTime offsetTime) Converts a OffsetTime to a Value.static ValueTimeTimeZone
DateTimeUtils.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 ValueTimeTimeZone
Value.convertToTimeTimeZone
(TypeInfo targetType, CastDataProvider provider, int conversionMode) static ValueTimeTimeZone
ValueTimeTimeZone.fromNanos
(long nanos, int timeZoneOffsetSeconds) Get or create a time value.static ValueTimeTimeZone
Parse a string to a ValueTime.