public interface BetweenAndStep2<T1,T2>
BETWEEN
predicate.Modifier and Type | Method and Description |
---|---|
@NotNull Condition |
and(Field<T1> maxValue1,
Field<T2> maxValue2)
Create a condition to check this field against some bounds
|
@NotNull Condition |
and(Record2<T1,T2> maxValue)
Create a condition to check this field against some bounds
|
@NotNull Condition |
and(Row2<T1,T2> maxValue)
Create a condition to check this field against some bounds
|
@NotNull Condition |
and(T1 maxValue1,
T2 maxValue2)
Create a condition to check this field against some bounds
|
@NotNull @Support @NotNull Condition and(Field<T1> maxValue1, Field<T2> maxValue2)
@NotNull @Support @NotNull Condition and(T1 maxValue1, T2 maxValue2)
@NotNull @Support @NotNull Condition and(Row2<T1,T2> maxValue)
Copyright © 2020. All rights reserved.