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 ValueInterval
JSR310Utils.durationToValue
(Duration duration) Converts a Duration to a Value.static ValueInterval
IntervalUtils.intervalFromAbsolute
(IntervalQualifier qualifier, BigInteger absolute) Converts absolute value to an interval value.private static ValueInterval
IntervalUtils.intervalFromAbsolute
(IntervalQualifier qualifier, BigInteger absolute, BigInteger divisor) static ValueInterval
IntervalUtils.parseFormattedInterval
(IntervalQualifier qualifier, String s) Parses the specified string asINTERVAL
value.static ValueInterval
IntervalUtils.parseInterval
(IntervalQualifier qualifier, boolean negative, String s) Parses the specified string asINTERVAL
value.private static ValueInterval
IntervalUtils.parseInterval2
(IntervalQualifier qualifier, String s, char ch, int max, boolean negative) static ValueInterval
JSR310Utils.periodToValue
(Period period) Converts a Period to a Value.Methods in org.h2.util with parameters of type ValueIntervalModifier and TypeMethodDescriptionstatic BigInteger
IntervalUtils.intervalToAbsolute
(ValueInterval interval) Converts interval value to an absolute value.private static BigInteger
IntervalUtils.intervalToAbsolute
(ValueInterval interval, BigInteger multiplier) private static BigInteger
IntervalUtils.intervalToAbsolute
(ValueInterval interval, BigInteger multiplier, BigInteger totalMultiplier) -
Uses of ValueInterval in org.h2.value
Methods in org.h2.value that return ValueIntervalModifier and TypeMethodDescriptionprivate ValueInterval
Value.convertToIntervalDayTime
(int targetType, Object column) private ValueInterval
Value.convertToIntervalDayTime
(BigDecimal bigDecimal, int targetType) private ValueInterval
Value.convertToIntervalDayTime
(TypeInfo targetType, int conversionMode, Object column) private ValueInterval
Value.convertToIntervalYearMonth
(int targetType, Object column) private ValueInterval
Value.convertToIntervalYearMonth
(TypeInfo targetType, int conversionMode, Object column) static ValueInterval
ValueInterval.from
(IntervalQualifier qualifier, boolean negative, long leading, long remaining) Create a ValueInterval instance.(package private) ValueInterval
ValueInterval.setPrecisionAndScale
(TypeInfo targetType, Object column)