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 ValueTime
LegacyDateTimeUtils.fromTime
(CastDataProvider provider, TimeZone timeZone, Time time) Get or create a time value for the given time.static ValueTime
JSR310Utils.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 ValueTime
Value.convertToTime
(TypeInfo targetType, CastDataProvider provider, int conversionMode) static ValueTime
ValueTime.fromNanos
(long nanos) Get or create a time value.static ValueTime
Parse a string to a ValueTime.