Module org.jooq
Package org.jooq

Interface BetweenAndStep1<T1>


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

      • and

        @NotNull
        @Support
        @NotNull Condition and​(Field<T1> maxValue1)
        Create a condition to check this field against some bounds
      • and

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

        @NotNull
        @Support
        @NotNull Condition and​(Row1<T1> maxValue)
        Create a condition to check this field against some bounds
      • and

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