Schnittstelle Range<T>
- Alle Superschnittstellen:
Serializable
- Alle bekannten Implementierungsklassen:
BigDecimalRange,DateRange,IntegerRange,LocalDateRange,LocalDateTimeRange,LongRange,OffsetDateTimeRange,TimestampRange
A
RANGE type.-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanisEmpty()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.
-
Methodendetails
-
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.
-