Uses of Class
com.exasol.sql.dml.merge.MergeInsertClause
-
Packages that use MergeInsertClause Package Description com.exasol.sql.dml.merge com.exasol.sql.dml.merge.rendering -
-
Uses of MergeInsertClause in com.exasol.sql.dml.merge
Methods in com.exasol.sql.dml.merge that return MergeInsertClause Modifier and Type Method Description MergeInsertClause
NotMatchedClause. getInsert()
Get theTHEN INSERT
clause.protected MergeInsertClause
MergeInsertClause. self()
MergeInsertClause
NotMatchedClause. thenInsert()
Select inserting as merge strategy for rows from the source for which no match in the destination exists.Methods in com.exasol.sql.dml.merge with parameters of type MergeInsertClause Modifier and Type Method Description void
MergeVisitor. visit(MergeInsertClause mergeInsertClause)
Visit the insert definition. -
Uses of MergeInsertClause in com.exasol.sql.dml.merge.rendering
Methods in com.exasol.sql.dml.merge.rendering with parameters of type MergeInsertClause Modifier and Type Method Description void
MergeRenderer. visit(MergeInsertClause mergeInsertClause)
-