-
public interface BetweenAndStepN
An intermediate DSL type for the construction of aBETWEEN
predicate.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Condition
and(Object... maxValues)
Create a condition to check this field against some bounds@NotNull Condition
and(Field<?>... maxValues)
Create a condition to check this field against some bounds@NotNull Condition
and(Record maxValue)
Create a condition to check this field against some bounds@NotNull Condition
and(RowN maxValue)
Create a condition to check this field against some bounds
-
-
-
Method Detail
-
and
@NotNull @Support @NotNull Condition and(Field<?>... maxValues)
Create a condition to check this field against some bounds
-
and
@NotNull @Support @NotNull Condition and(Object... maxValues)
Create a condition to check this field against some bounds
-
and
@NotNull @Support @NotNull Condition and(RowN maxValue)
Create a condition to check this field against some bounds
-
-