Uses of Class
org.h2.command.dml.Insert
-
Packages that use Insert 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. -
-
Uses of Insert in org.h2.command
Methods in org.h2.command that return Insert Modifier and Type Method Description private Insert
Parser. parseInsert(int start)
Methods in org.h2.command with parameters of type Insert Modifier and Type Method Description private 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 Insert Modifier and Type Field Description private Insert
Update. onDuplicateKeyInsert
Methods in org.h2.command.dml that return Insert Modifier and Type Method Description Insert
Update. getOnDuplicateKeyInsert()
Methods in org.h2.command.dml with parameters of type Insert Modifier and Type Method Description (package private) void
Update. setOnDuplicateKeyInsert(Insert onDuplicateKeyInsert)
-