Uses of Interface
org.jooq.PeriodSpecificationBetweenAndStep
-
Packages that use PeriodSpecificationBetweenAndStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of PeriodSpecificationBetweenAndStep in org.jooq
Methods in org.jooq that return PeriodSpecificationBetweenAndStep Modifier and Type Method Description @NotNull PeriodSpecificationBetweenAndStep<T>
Period. between(Field<T> start)
Create a period specification for a given timestamp range overlapping with this period, including the end value.@NotNull PeriodSpecificationBetweenAndStep<T>
Period. between(T start)
Create a period specification for a given timestamp range overlapping with this period, including the end value.
-