Uses of Class
org.jooq.postgres.extensions.types.LocalDateTimeRange
Packages that use LocalDateTimeRange
-
Uses of LocalDateTimeRange in org.jooq.postgres.extensions.bindings
Methods in org.jooq.postgres.extensions.bindings that return types with arguments of type LocalDateTimeRange -
Uses of LocalDateTimeRange in org.jooq.postgres.extensions.types
Methods in org.jooq.postgres.extensions.types that return LocalDateTimeRangeModifier and TypeMethodDescriptionstatic final LocalDateTimeRangeLocalDateTimeRange.localDateTimeRange(LocalDateTime lower, boolean lowerIncluding, LocalDateTime upper, boolean upperIncluding) Create a newLocalDateTimeRange.static final LocalDateTimeRangeLocalDateTimeRange.localDateTimeRange(LocalDateTime lower, LocalDateTime upper) Create a newLocalDateTimeRangewith a inclusive lower bound and an exclusive upper bound.