Uses of Interface
org.jooq.MergeMatchedThenStep
-
Uses of MergeMatchedThenStep in org.jooq
Modifier and TypeMethodDescription@NotNull MergeMatchedThenStep
<R> MergeMatchedStep.whenMatchedAnd
(String sql) Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeMatchedStep.whenMatchedAnd
(String sql, Object... bindings) Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeMatchedStep.whenMatchedAnd
(String sql, QueryPart... parts) Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeMatchedStep.whenMatchedAnd
(Condition condition) Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeMatchedStep.whenMatchedAnd
(Field<Boolean> condition) Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeMatchedStep.whenMatchedAnd
(SQL sql) Add theWHEN MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedBySource()
Add theWHEN NOT MATCHED BY SOURCE THEN INSERT
clause to theMERGE
statement@NotNull MergeMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd
(String sql) Add theWHEN NOT MATCHED BY SOURCE AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd
(String sql, Object... bindings) Add theWHEN NOT MATCHED BY SOURCE AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd
(String sql, QueryPart... parts) Add theWHEN NOT MATCHED BY SOURCE AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd
(Condition condition) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd
(Field<Boolean> condition) Add theWHEN NOT MATCHED AND
clause to theMERGE
statement.@NotNull MergeMatchedThenStep
<R> MergeNotMatchedStep.whenNotMatchedBySourceAnd
(SQL sql) Add theWHEN NOT MATCHED BY SOURCE AND
clause to theMERGE
statement.