Uses of Class
org.h2.command.dml.Update
Packages that use Update
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Utility classes for compatibility with other database, for example MySQL.
-
Uses of Update in org.h2.command
Methods in org.h2.command that return UpdateMethods in org.h2.command with parameters of type UpdateModifier and TypeMethodDescriptionprivate Expression
Parser.readOnDuplicateKeyValues
(Table table, Update update) -
Uses of Update in org.h2.command.dml
Fields in org.h2.command.dml declared as Update -
Uses of Update in org.h2.mode
Fields in org.h2.mode declared as UpdateConstructors in org.h2.mode with parameters of type Update