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 ResultWithGeneratedKeysCommandContainer. 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 classCommandWithValuesCommand that supports VALUES clause.classDeleteThis class represents the statement DELETE(package private) classFilteredDataChangeStatementData change statement with WHERE criteria and possibly limited number of rows.classInsertThis class represents the statement INSERTclassMergeThis class represents the statement MERGE or the MySQL compatibility statement REPLACEclassMergeUsingThis class represents the statement syntax MERGE INTO table alias USING...classUpdateThis 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 DataChangeStatementDataChangeDeltaTable. statementConstructors in org.h2.table with parameters of type DataChangeStatement Constructor Description DataChangeDeltaTable(Schema schema, SessionLocal session, DataChangeStatement statement, DataChangeDeltaTable.ResultOption resultOption)
-