Uses of Interface
org.jooq.MergeNotMatchedThenStep
-
Uses of MergeNotMatchedThenStep in org.jooq
Modifier and TypeMethodDescription@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatched()
Add theWHEN NOT MATCHED THEN INSERT
clause to theMERGE
statement@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedAnd
(String sql) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedAnd
(String sql, Object... bindings) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedAnd
(String sql, QueryPart... parts) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedAnd
(Condition condition) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedAnd
(Field<Boolean> condition) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedAnd
(SQL sql) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedByTarget()
Add theWHEN NOT MATCHED BY TARGET THEN INSERT
clause to theMERGE
statement@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd
(String sql) Add theWHEN NOT MATCHED BY TARGET AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd
(String sql, Object... bindings) Add theWHEN NOT MATCHED BY TARGET AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd
(String sql, QueryPart... parts) Add theWHEN NOT MATCHED BY TARGET AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd
(Condition condition) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd
(Field<Boolean> condition) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeNotMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedByTargetAnd
(SQL sql) Add theWHEN NOT MATCHED BY TARGET AND
clause to theMERGE
statement.