Uses of Package
com.exasol.sql.dml.merge
-
Packages that use com.exasol.sql.dml.merge Package Description com.exasol.sql com.exasol.sql.dml.insert com.exasol.sql.dml.merge com.exasol.sql.dml.merge.rendering com.exasol.sql.dql.select -
Classes in com.exasol.sql.dml.merge used by com.exasol.sql Class Description Merge MergeFragment This is the common interface for all fragments of aMERGEstatement.MergeVisitor Visitor for value tables. -
Classes in com.exasol.sql.dml.merge used by com.exasol.sql.dml.insert Class Description MergeFragment This is the common interface for all fragments of aMERGEstatement.MergeVisitor Visitor for value tables. -
Classes in com.exasol.sql.dml.merge used by com.exasol.sql.dml.merge Class Description MatchedClause Representation of theWHEN MATCHEDpart of an SQLMERGE statement.Merge MergeColumnUpdate Update of a value in a column caused by aMERGEcommand.MergeDeleteClause This class represents theMERGEstrategy of deleting matched rows.MergeFragment This is the common interface for all fragments of aMERGEstatement.MergeInsertClause Represents theMERGEstrategy of inserting rows from the source that do not match any row in the destination.MergeMethodDefinition Abstract base class for merge method definitions likeWHEN MATCHED THEN UPDATE.MergeUpdateClause Represents theMERGEstrategy of updating matched rows.MergeVisitor Visitor for value tables.NotMatchedClause Representation of theWHEN NOT MATCHEDpart of an SQLMERGE statement.OnClause TheONclause of an SQLMERGEstatement.UsingClause TheUSINGclause of an SQLMERGEstatement. -
Classes in com.exasol.sql.dml.merge used by com.exasol.sql.dml.merge.rendering Class Description MatchedClause Representation of theWHEN MATCHEDpart of an SQLMERGE statement.Merge MergeColumnUpdate Update of a value in a column caused by aMERGEcommand.MergeDeleteClause This class represents theMERGEstrategy of deleting matched rows.MergeInsertClause Represents theMERGEstrategy of inserting rows from the source that do not match any row in the destination.MergeUpdateClause Represents theMERGEstrategy of updating matched rows.MergeVisitor Visitor for value tables.NotMatchedClause Representation of theWHEN NOT MATCHEDpart of an SQLMERGE statement.OnClause TheONclause of an SQLMERGEstatement.UsingClause TheUSINGclause of an SQLMERGEstatement. -
Classes in com.exasol.sql.dml.merge used by com.exasol.sql.dql.select Class Description MergeFragment This is the common interface for all fragments of aMERGEstatement.MergeVisitor Visitor for value tables.