-
public interface BetweenAndStep1<T1>
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 Condition
and(Field<T1> maxValue1)
Create a condition to check this field against some boundsCondition
and(Record1<T1> maxValue)
Create a condition to check this field against some boundsCondition
and(Row1<T1> maxValue)
Create a condition to check this field against some boundsCondition
and(T1 maxValue1)
Create a condition to check this field against some bounds
-
-
-
Method Detail
-
and
@Support Condition and(Field<T1> maxValue1)
Create a condition to check this field against some bounds
-
and
@Support Condition and(T1 maxValue1)
Create a condition to check this field against some bounds
-
and
@Support Condition and(Row1<T1> maxValue)
Create a condition to check this field against some bounds
-
-