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 MergeUsingParser.parseMergeUsing(TableFilter targetTableFilter, int start) Methods in org.h2.command with parameters of type MergeUsingModifier and TypeMethodDescriptionprivate voidParser.parseWhenMatched(MergeUsing command) private voidParser.parseWhenNotMatched(MergeUsing command)