Uses of Class
org.h2.value.ValueTime
Packages that use ValueTime
Package
Description
Internal utility classes.
Data type and value implementations.
-
Uses of ValueTime in org.h2.util
Methods in org.h2.util that return ValueTimeModifier and TypeMethodDescriptionstatic ValueTimeLegacyDateTimeUtils.fromTime(CastDataProvider provider, TimeZone timeZone, Time time) Get or create a time value for the given time.static ValueTimeJSR310Utils.localTimeToValue(LocalTime localTime) Converts a LocalTime to a Value. -
Uses of ValueTime in org.h2.value
Methods in org.h2.value that return ValueTimeModifier and TypeMethodDescriptionprivate ValueTimeValue.convertToTime(TypeInfo targetType, CastDataProvider provider, int conversionMode) static ValueTimeValueTime.fromNanos(long nanos) Get or create a time value.static ValueTimeParse a string to a ValueTime.