Uses of Class
org.h2.value.ValueInterval
-
Packages that use ValueInterval Package Description org.h2.util Internal utility classes.org.h2.value Data type and value implementations. -
-
Uses of ValueInterval in org.h2.util
Methods in org.h2.util that return ValueInterval Modifier and Type Method Description static ValueIntervalJSR310Utils. durationToValue(java.time.Duration duration)Converts a Duration to a Value.static ValueIntervalIntervalUtils. intervalFromAbsolute(IntervalQualifier qualifier, java.math.BigInteger absolute)Converts absolute value to an interval value.private static ValueIntervalIntervalUtils. intervalFromAbsolute(IntervalQualifier qualifier, java.math.BigInteger absolute, java.math.BigInteger divisor)static ValueIntervalIntervalUtils. parseFormattedInterval(IntervalQualifier qualifier, java.lang.String s)Parses the specified string asINTERVALvalue.static ValueIntervalIntervalUtils. parseInterval(IntervalQualifier qualifier, boolean negative, java.lang.String s)Parses the specified string asINTERVALvalue.private static ValueIntervalIntervalUtils. parseInterval2(IntervalQualifier qualifier, java.lang.String s, char ch, int max, boolean negative)static ValueIntervalJSR310Utils. periodToValue(java.time.Period period)Converts a Period to a Value.Methods in org.h2.util with parameters of type ValueInterval Modifier and Type Method Description static java.math.BigIntegerIntervalUtils. intervalToAbsolute(ValueInterval interval)Converts interval value to an absolute value.private static java.math.BigIntegerIntervalUtils. intervalToAbsolute(ValueInterval interval, java.math.BigInteger multiplier)private static java.math.BigIntegerIntervalUtils. intervalToAbsolute(ValueInterval interval, java.math.BigInteger multiplier, java.math.BigInteger totalMultiplier) -
Uses of ValueInterval in org.h2.value
Methods in org.h2.value that return ValueInterval Modifier and Type Method Description private ValueIntervalValue. convertToIntervalDayTime(int targetType, java.lang.Object column)private ValueIntervalValue. convertToIntervalDayTime(java.math.BigDecimal bigDecimal, int targetType)private ValueIntervalValue. convertToIntervalDayTime(TypeInfo targetType, int conversionMode, java.lang.Object column)private ValueIntervalValue. convertToIntervalYearMonth(int targetType, java.lang.Object column)private ValueIntervalValue. convertToIntervalYearMonth(TypeInfo targetType, int conversionMode, java.lang.Object column)static ValueIntervalValueInterval. from(IntervalQualifier qualifier, boolean negative, long leading, long remaining)Create a ValueInterval instance.(package private) ValueIntervalValueInterval. setPrecisionAndScale(TypeInfo targetType, java.lang.Object column)
-