Uses of Class
com.exasol.sql.dml.merge.OnClause
-
Packages that use OnClause Package Description com.exasol.sql.dml.merge com.exasol.sql.dml.merge.rendering -
-
Uses of OnClause in com.exasol.sql.dml.merge
Methods in com.exasol.sql.dml.merge that return OnClause Modifier and Type Method Description OnClause
Merge. getOn()
Get the merge criteria (i.e.Methods in com.exasol.sql.dml.merge with parameters of type OnClause Modifier and Type Method Description void
MergeVisitor. visit(OnClause onClause)
Visit the merge condition definition. -
Uses of OnClause in com.exasol.sql.dml.merge.rendering
Methods in com.exasol.sql.dml.merge.rendering with parameters of type OnClause Modifier and Type Method Description void
MergeRenderer. visit(OnClause onClause)
-