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