Package org.h2.command.dml
Contains DML (data manipulation language) and related SQL statements.
-
Class Summary Class Description AlterTableSet This class represents the statement ALTER TABLE SETBackupCommand This class represents the statement BACKUPCall This class represents the statement CALL.CommandWithValues Command that supports VALUES clause.DataChangeStatement Data change statement.Delete This class represents the statement DELETEExecuteImmediate This class represents the statement EXECUTE IMMEDIATE.ExecuteProcedure This class represents the statement EXECUTEExplain This class represents the statement EXPLAINFilteredDataChangeStatement Data change statement with WHERE criteria and possibly limited number of rows.Help This class represents the statement CALL.Insert This class represents the statement INSERTMerge This class represents the statement MERGE or the MySQL compatibility statement REPLACEMergeUsing This class represents the statement syntax MERGE INTO table alias USING...NoOperation Represents an empty statement or a statement that has no effect.RunScriptCommand This class represents the statement RUNSCRIPTScriptBase This class is the base for RunScriptCommand and ScriptCommand.ScriptCommand This class represents the statement SCRIPTSet This class represents the statement SETSetClauseList Set clause list.SetClauseList.RowExpression SetClauseList.SetMultiple SetClauseList.SetSimple SetClauseList.UpdateAction SetSessionCharacteristics This class represents the statement SET SESSION CHARACTERISTICSSetTypes The list of setting for a SET statement.TransactionCommand Represents a transactional statement.Update This class represents the statement UPDATE