Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
MergeMatchedDeleteStep<R extends Record>
This type is used for the
Merge 's DSL API. |
interface |
MergeMatchedSetMoreStep<R extends Record>
This type is used for the
Merge 's DSL API. |
interface |
MergeMatchedStep<R extends Record>
This type is used for the
Merge 's DSL API. |
interface |
MergeMatchedWhereStep<R extends Record>
This type is used for the
Merge 's DSL API. |
interface |
MergeOnConditionStep<R extends Record>
This type is used for the
Merge 's DSL API. |
Modifier and Type | Method and Description |
---|---|
MergeNotMatchedStep<R> |
MergeMatchedDeleteStep.deleteWhere(Condition condition)
Add an additional
DELETE WHERE clause to the preceding
WHEN MATCHED THEN UPDATE clause. |
MergeNotMatchedStep<R> |
MergeMatchedDeleteStep.deleteWhere(Field<Boolean> condition)
Add an additional
DELETE WHERE clause to the preceding
WHEN MATCHED THEN UPDATE clause. |
Copyright © 2014. All Rights Reserved.