Uses of Class
org.h2.command.dml.Update
-
Packages that use Update Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.mode Utility classes for compatibility with other database, for example MySQL. -
-
Uses of Update in org.h2.command
Methods in org.h2.command that return Update Modifier and Type Method Description private Update
Parser. parseUpdate(int start)
Methods in org.h2.command with parameters of type Update Modifier and Type Method Description private Expression
Parser. readOnDuplicateKeyValues(Table table, Update update)
-
Uses of Update in org.h2.command.dml
Fields in org.h2.command.dml declared as Update Modifier and Type Field Description private Update
Merge. update
-
Uses of Update in org.h2.mode
Fields in org.h2.mode declared as Update Modifier and Type Field Description private Update
OnDuplicateKeyValues. update
Constructors in org.h2.mode with parameters of type Update Constructor Description OnDuplicateKeyValues(Column column, Update update)
-