Uses of Class
org.h2.value.ValueInterval
Packages that use ValueInterval
Package
Description
Internal utility classes.
Data type and value implementations.
-
Uses of ValueInterval in org.h2.util
Methods in org.h2.util that return ValueIntervalModifier and TypeMethodDescriptionstatic ValueIntervalJSR310Utils.durationToValue(Duration duration) Converts a Duration to a Value.static ValueIntervalIntervalUtils.intervalFromAbsolute(IntervalQualifier qualifier, BigInteger absolute) Converts absolute value to an interval value.static ValueIntervalIntervalUtils.parseFormattedInterval(IntervalQualifier qualifier, String s) Parses the specified string asINTERVALvalue.static ValueIntervalIntervalUtils.parseInterval(IntervalQualifier qualifier, boolean negative, String s) Parses the specified string asINTERVALvalue.static ValueIntervalJSR310Utils.periodToValue(Period period) Converts a Period to a Value.Methods in org.h2.util with parameters of type ValueIntervalModifier and TypeMethodDescriptionstatic BigIntegerIntervalUtils.intervalToAbsolute(ValueInterval interval) Converts interval value to an absolute value. -
Uses of ValueInterval in org.h2.value
Methods in org.h2.value that return ValueIntervalModifier and TypeMethodDescriptionstatic ValueIntervalValueInterval.from(IntervalQualifier qualifier, boolean negative, long leading, long remaining) Create a ValueInterval instance.