Uses of Class
org.h2.command.dml.DataChangeStatement
Packages that use DataChangeStatement
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Classes related to a table and table meta data.
-
Uses of DataChangeStatement in org.h2.command
Methods in org.h2.command with parameters of type DataChangeStatementModifier and TypeMethodDescriptionprivate ResultWithGeneratedKeys
CommandContainer.executeUpdateWithGeneratedKeys
(DataChangeStatement statement, Object generatedKeysRequest) -
Uses of DataChangeStatement in org.h2.command.dml
Subclasses of DataChangeStatement in org.h2.command.dmlModifier and TypeClassDescriptionclass
Command that supports VALUES clause.final class
This class represents the statement DELETE(package private) class
Data change statement with WHERE criteria and possibly limited number of rows.final class
This class represents the statement INSERTfinal class
This class represents the statement MERGE or the MySQL compatibility statement REPLACEfinal class
This class represents the statement syntax MERGE INTO table alias USING...final class
This class represents the statement UPDATE -
Uses of DataChangeStatement in org.h2.table
Fields in org.h2.table declared as DataChangeStatementModifier and TypeFieldDescriptionprivate final DataChangeStatement
DataChangeDeltaTable.statement
Constructors in org.h2.table with parameters of type DataChangeStatementModifierConstructorDescriptionDataChangeDeltaTable
(Schema schema, SessionLocal session, DataChangeStatement statement, DataChangeDeltaTable.ResultOption resultOption)