Uses of Interface
org.jooq.PeriodSpecification
Packages that use PeriodSpecification
-
Uses of PeriodSpecification in org.jooq
Methods in org.jooq that return PeriodSpecificationModifier and TypeMethodDescription@NotNull PeriodSpecification
Period.all()
Create a period specification for all timestamps.@NotNull PeriodSpecification
Add an upper bound to the period specification range.@NotNull PeriodSpecification
Add an upper bound to the period specification range.@NotNull PeriodSpecification
Create a period specification for a given timestamp.@NotNull PeriodSpecification
Create a period specification for a given timestamp.@NotNull PeriodSpecification
Create a period specification for a given timestamp range overlapping with this period, including the end value.@NotNull PeriodSpecification
Create a period specification for a given timestamp range overlapping with this period, including the end value.@NotNull PeriodSpecification
Period.containedIn
(Field<T> start, Field<T> end) Create a period specification for a given timestamp range containing this period.@NotNull PeriodSpecification
Period.containedIn
(T start, T end) Create a period specification for a given timestamp range containing this period.@NotNull PeriodSpecification
Add an upper bound to the period specification range.@NotNull PeriodSpecification
Add an upper bound to the period specification range.Methods in org.jooq with parameters of type PeriodSpecificationModifier and TypeMethodDescriptionTable.for_
(PeriodSpecification periodSpecification) Create a reference to a temporal table with aPeriodSpecification
for usage inSelect
.Table.forPortionOf
(PeriodSpecification periodSpecification)