- 
 public interface BetweenAndStep2<T1,T2>An intermediate DSL type for the construction of aBETWEENpredicate.- Author:
- Lukas Eder
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Conditionand(Field<T1> maxValue1, Field<T2> maxValue2)Create a condition to check this field against some boundsConditionand(Record2<T1,T2> maxValue)Create a condition to check this field against some boundsConditionand(Row2<T1,T2> maxValue)Create a condition to check this field against some boundsConditionand(T1 maxValue1, T2 maxValue2)Create a condition to check this field against some bounds
 
- 
- 
- 
Method Detail- 
and@Support Condition and(Field<T1> maxValue1, Field<T2> maxValue2) Create a condition to check this field against some bounds
 - 
and@Support Condition and(T1 maxValue1, T2 maxValue2) Create a condition to check this field against some bounds
 - 
and@Support Condition and(Row2<T1,T2> maxValue) Create a condition to check this field against some bounds
 
- 
 
-