Module org.jooq
Package org.jooq

Interface PeriodSpecificationFromToStep<T>


@Pro public interface PeriodSpecificationFromToStep<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    to(Field<T> to)
    Add an upper bound to the period specification range.
    to(T to)
    Add an upper bound to the period specification range.