@Generated(value="This class was generated using jOOQ-tools") public interface BetweenAndStep5<T1,T2,T3,T4,T5>
BETWEEN
predicate.Modifier and Type | Method and Description |
---|---|
Condition |
and(Field<T1> maxValue1,
Field<T2> maxValue2,
Field<T3> maxValue3,
Field<T4> maxValue4,
Field<T5> maxValue5)
Create a condition to check this field against some bounds
|
Condition |
and(Record5<T1,T2,T3,T4,T5> maxValue)
Create a condition to check this field against some bounds
|
Condition |
and(Row5<T1,T2,T3,T4,T5> maxValue)
Create a condition to check this field against some bounds
|
Condition |
and(T1 maxValue1,
T2 maxValue2,
T3 maxValue3,
T4 maxValue4,
T5 maxValue5)
Create a condition to check this field against some bounds
|
@Support Condition and(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5)
@Support Condition and(T1 maxValue1, T2 maxValue2, T3 maxValue3, T4 maxValue4, T5 maxValue5)
@Support Condition and(Row5<T1,T2,T3,T4,T5> maxValue)
Copyright © 2014. All Rights Reserved.