Uses of Class
org.h2.command.dml.Insert
Packages that use Insert
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DML (data manipulation language) and related SQL statements.
-
Uses of Insert in org.h2.command
Methods in org.h2.command that return InsertMethods in org.h2.command with parameters of type InsertModifier and TypeMethodDescriptionprivate void
Parser.parseInsertCompatibility
(Insert command, Table table, Mode mode) private void
Parser.parseInsertSet
(Insert command, Table table, Column[] columns) -
Uses of Insert in org.h2.command.dml
Fields in org.h2.command.dml declared as InsertMethods in org.h2.command.dml that return InsertMethods in org.h2.command.dml with parameters of type InsertModifier and TypeMethodDescription(package private) void
Update.setOnDuplicateKeyInsert
(Insert onDuplicateKeyInsert)