Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All Rights Reserved.