Uses of Class
org.h2.command.dml.MergeUsing
Packages that use MergeUsing
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
-
Uses of MergeUsing in org.h2.command
Methods in org.h2.command that return MergeUsingModifier and TypeMethodDescriptionprivate MergeUsing
Parser.parseMergeUsing
(TableFilter targetTableFilter, int start) Methods in org.h2.command with parameters of type MergeUsingModifier and TypeMethodDescriptionprivate void
Parser.parseWhenMatched
(MergeUsing command) private void
Parser.parseWhenNotMatched
(MergeUsing command)