public final class Range extends Object
public static Range range(Type type, Object low, boolean lowInclusive, Object high, boolean highInclusive)
public Type getType()
public Marker getLow()
public Marker getHigh()
public boolean isLowInclusive()
public boolean isLowUnbounded()
public Object getLowBoundedValue()
public boolean isHighInclusive()
public boolean isHighUnbounded()
public Object getHighBoundedValue()
public boolean isSingleValue()
public Object getSingleValue()
public boolean isAll()
public boolean includes(Marker marker)
public boolean contains(Range other)
public boolean overlaps(Range other)
public String toString(SqlFunctionProperties properties)
Copyright © 2012–2022. All rights reserved.