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 ResultWithGeneratedKeysCommandContainer.executeUpdateWithGeneratedKeys(DataChangeStatement statement, Object generatedKeysRequest) -
Uses of DataChangeStatement in org.h2.command.dml
Subclasses of DataChangeStatement in org.h2.command.dmlModifier and TypeClassDescriptionclassCommand that supports VALUES clause.final classThis class represents the statement DELETE(package private) classData change statement with WHERE criteria and possibly limited number of rows.final classThis class represents the statement INSERTfinal classThis class represents the statement MERGE or the MySQL compatibility statement REPLACEfinal classThis class represents the statement syntax MERGE INTO table alias USING...final classThis class represents the statement UPDATE -
Uses of DataChangeStatement in org.h2.table
Fields in org.h2.table declared as DataChangeStatementModifier and TypeFieldDescriptionprivate final DataChangeStatementDataChangeDeltaTable.statementConstructors in org.h2.table with parameters of type DataChangeStatementModifierConstructorDescriptionDataChangeDeltaTable(Schema schema, SessionLocal session, DataChangeStatement statement, DataChangeDeltaTable.ResultOption resultOption)