Uses of Class
com.exasol.sql.dml.merge.UsingClause
-
Packages that use UsingClause Package Description com.exasol.sql.dml.merge com.exasol.sql.dml.merge.rendering -
-
Uses of UsingClause in com.exasol.sql.dml.merge
Methods in com.exasol.sql.dml.merge that return UsingClause Modifier and Type Method Description UsingClause
Merge. getUsing()
Get theUSING
clause of theMERGE
statement.Methods in com.exasol.sql.dml.merge with parameters of type UsingClause Modifier and Type Method Description void
MergeVisitor. visit(UsingClause using)
Visit the source definition of aMERGE
statement. -
Uses of UsingClause in com.exasol.sql.dml.merge.rendering
Methods in com.exasol.sql.dml.merge.rendering with parameters of type UsingClause Modifier and Type Method Description void
MergeRenderer. visit(UsingClause using)
-