Uses of Class
org.h2.command.dml.DataChangeStatement
Packages that use DataChangeStatement
Package
Description
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.dml
Subclasses of DataChangeStatement in org.h2.command.dmlModifier and TypeClassDescriptionclassCommand that supports VALUES clause.final classThis class represents the statement DELETEfinal 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
Constructors in org.h2.table with parameters of type DataChangeStatementModifierConstructorDescriptionDataChangeDeltaTable(Schema schema, SessionLocal session, DataChangeStatement statement, DataChangeDeltaTable.ResultOption resultOption)