This package contains jOOQ's public API.
-
Create a period specification for all timestamps.
PeriodSpecificationBetweenAndStep.and(Field<T> to)
Add an upper bound to the period specification range.
PeriodSpecificationBetweenAndStep.and(T to)
Add an upper bound to the period specification range.
Create a period specification for a given timestamp.
Create a period specification for a given timestamp.
Create a period specification for a given timestamp range overlapping
with this period, including the end value.
Create a period specification for a given timestamp range overlapping
with this period, including the end value.
Create a period specification for a given timestamp range containing this
period.
Create a period specification for a given timestamp range containing this
period.
PeriodSpecificationFromToStep.to(Field<T> to)
Add an upper bound to the period specification range.
PeriodSpecificationFromToStep.to(T to)
Add an upper bound to the period specification range.