Uses of Class
org.jooq.postgres.extensions.types.TimestampRange
Packages that use TimestampRange
-
Uses of TimestampRange in org.jooq.postgres.extensions.bindings
Methods in org.jooq.postgres.extensions.bindings that return types with arguments of type TimestampRange -
Uses of TimestampRange in org.jooq.postgres.extensions.types
Methods in org.jooq.postgres.extensions.types that return TimestampRangeModifier and TypeMethodDescriptionstatic final TimestampRangeTimestampRange.timestampRange(Timestamp lower, boolean lowerIncluding, Timestamp upper, boolean upperIncluding) Create a newTimestampRange.static final TimestampRangeTimestampRange.timestampRange(Timestamp lower, Timestamp upper) Create a newTimestampRangewith a inclusive lower bound and an exclusive upper bound.