Package com.exasol.datatype.value
Class AbstractInterval
- java.lang.Object
-
- com.exasol.datatype.value.AbstractInterval
-
- Direct Known Subclasses:
IntervalDayToSecond,IntervalYearToMonth
public abstract class AbstractInterval extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractInterval(long value)protectedAbstractInterval(long absoluteValue, boolean positive)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetSign()protected longgetSignedValue()protected static longparseMatchingGroupToLong(Matcher matcher, int groupNumber)
-