- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BigDecimalRange,DateRange,IntegerRange,LocalDateRange,LocalDateTimeRange,LongRange,OffsetDateTimeRange,TimestampRange
A
RANGE type.-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()In PostgreSQL, a [x,x) range is considered "empty".lower()The lower bound of the range.booleanWhether thelower()bound of the range is included in the range.upper()The upper bound of the range.booleanWhether theupper()bound of the range is included in the range.
-
Method Details
-
isEmpty
boolean isEmpty()In PostgreSQL, a [x,x) range is considered "empty". -
lower
The lower bound of the range. -
lowerIncluding
boolean lowerIncluding()Whether thelower()bound of the range is included in the range. -
upper
The upper bound of the range. -
upperIncluding
boolean upperIncluding()Whether theupper()bound of the range is included in the range.
-