Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
MergeMatchedDeleteStep<R> |
MergeMatchedWhereStep.where(Boolean condition)
Deprecated.
- 3.8.0 - [#4763] - Use
MergeMatchedWhereStep.where(Condition) or
MergeMatchedWhereStep.where(Field) instead. Due to ambiguity between
calling this method using Field.equals(Object)
argument, vs. calling the other method via a
Field.equal(Object) argument, this method will be
removed in the future. |
MergeMatchedDeleteStep<R> |
MergeMatchedWhereStep.where(Condition condition)
Add an additional
WHERE clause to the preceding
WHEN MATCHED THEN UPDATE clause. |
MergeMatchedDeleteStep<R> |
MergeMatchedWhereStep.where(Field<Boolean> condition)
Add an additional
WHERE clause to the preceding
WHEN MATCHED THEN UPDATE clause. |
Copyright © 2016. All Rights Reserved.