[jOOQ/jOOQ#13593] transformPatternsNullOnNullInput (Neg)
This commit is contained in:
parent
86744b338d
commit
ef25f4e054
@ -2556,6 +2556,5 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1354,6 +1354,7 @@ public final class QOM {
|
||||
|
||||
public /*sealed*/ interface Neg<T>
|
||||
extends
|
||||
UReturnsNullOnNullInput,
|
||||
Field<T>,
|
||||
UOperator1<Field<T>, Field<T>>
|
||||
/*permits
|
||||
|
||||
Loading…
Reference in New Issue
Block a user