Module org.jooq
Package org.jooq

Interface BetweenAndStep3<T1,​T2,​T3>


  • public interface BetweenAndStep3<T1,​T2,​T3>
    An intermediate DSL type for the construction of a BETWEEN predicate.
    Author:
    Lukas Eder
    • Method Detail

      • and

        @NotNull
        @Support
        @NotNull Condition and​(T1 maxValue1,
                               T2 maxValue2,
                               T3 maxValue3)
        Create a condition to check this field against some bounds
      • and

        @NotNull
        @Support
        @NotNull Condition and​(Row3<T1,​T2,​T3> maxValue)
        Create a condition to check this field against some bounds