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.private static ValueIntervalIntervalUtils.intervalFromAbsolute(IntervalQualifier qualifier, BigInteger absolute, BigInteger divisor) 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.private static ValueIntervalIntervalUtils.parseInterval2(IntervalQualifier qualifier, String s, char ch, int max, boolean negative) 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.private static BigIntegerIntervalUtils.intervalToAbsolute(ValueInterval interval, BigInteger multiplier) private static BigIntegerIntervalUtils.intervalToAbsolute(ValueInterval interval, BigInteger multiplier, BigInteger totalMultiplier) -
Uses of ValueInterval in org.h2.value
Methods in org.h2.value that return ValueIntervalModifier and TypeMethodDescriptionprivate ValueIntervalValue.convertToIntervalDayTime(int targetType, Object column) private ValueIntervalValue.convertToIntervalDayTime(BigDecimal bigDecimal, int targetType) private ValueIntervalValue.convertToIntervalDayTime(TypeInfo targetType, int conversionMode, Object column) private ValueIntervalValue.convertToIntervalYearMonth(int targetType, Object column) private ValueIntervalValue.convertToIntervalYearMonth(TypeInfo targetType, int conversionMode, Object column) static ValueIntervalValueInterval.from(IntervalQualifier qualifier, boolean negative, long leading, long remaining) Create a ValueInterval instance.(package private) ValueIntervalValueInterval.setPrecisionAndScale(TypeInfo targetType, Object column)