[jOOQ/jOOQ#13593] transformPatternsMergeBetweenSymmetricPredicates
This commit is contained in:
parent
1058d6b327
commit
2efc237fde
@ -2599,6 +2599,24 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -739,7 +739,11 @@ public final class QOM {
|
||||
MEndsWithIgnoreCase*/
|
||||
{}
|
||||
|
||||
public interface Between<T> extends UOperator3<Field<T>, Field<T>, Field<T>, Condition> {
|
||||
public interface Between<T>
|
||||
extends
|
||||
Condition,
|
||||
UOperator3<Field<T>, Field<T>, Field<T>, Condition>
|
||||
{
|
||||
boolean $symmetric();
|
||||
@NotNull Between<T> $symmetric(boolean symmetric);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user