Uses of Class
org.h2.command.dml.DataChangeStatement
-
Packages that use DataChangeStatement 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.org.h2.table 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 DataChangeStatement Modifier and Type Method Description private ResultWithGeneratedKeys
CommandContainer. executeUpdateWithGeneratedKeys(DataChangeStatement statement, java.lang.Object generatedKeysRequest)
-
Uses of DataChangeStatement in org.h2.command.dml
Subclasses of DataChangeStatement in org.h2.command.dml Modifier and Type Class Description class
CommandWithValues
Command that supports VALUES clause.class
Delete
This class represents the statement DELETE(package private) class
FilteredDataChangeStatement
Data change statement with WHERE criteria and possibly limited number of rows.class
Insert
This class represents the statement INSERTclass
Merge
This class represents the statement MERGE or the MySQL compatibility statement REPLACEclass
MergeUsing
This class represents the statement syntax MERGE INTO table alias USING...class
Update
This class represents the statement UPDATE -
Uses of DataChangeStatement in org.h2.table
Fields in org.h2.table declared as DataChangeStatement Modifier and Type Field Description private DataChangeStatement
DataChangeDeltaTable. statement
Constructors in org.h2.table with parameters of type DataChangeStatement Constructor Description DataChangeDeltaTable(Schema schema, SessionLocal session, DataChangeStatement statement, DataChangeDeltaTable.ResultOption resultOption)
-