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 OnClauseMerge. getOn()Get the merge criteria (i.e. the `ON` clause).Methods in com.exasol.sql.dml.merge with parameters of type OnClause Modifier and Type Method Description voidMergeVisitor. 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 voidMergeRenderer. visit(OnClause onClause)
-