Uses of Class
org.jooq.postgres.extensions.types.LocalDateRange
Packages that use LocalDateRange
-
Uses of LocalDateRange in org.jooq.postgres.extensions.bindings
Methods in org.jooq.postgres.extensions.bindings that return types with arguments of type LocalDateRange -
Uses of LocalDateRange in org.jooq.postgres.extensions.types
Methods in org.jooq.postgres.extensions.types that return LocalDateRangeModifier and TypeMethodDescriptionstatic final LocalDateRangeLocalDateRange.localDateRange(LocalDate lower, boolean lowerIncluding, LocalDate upper, boolean upperIncluding) Create a newLocalDateRange.static final LocalDateRangeLocalDateRange.localDateRange(LocalDate lower, LocalDate upper) Create a newLocalDateRangewith a inclusive lower bound and an exclusive upper bound.