Package org.h2.command.dml
package org.h2.command.dml
Contains DML (data manipulation language) and related SQL statements.
-
ClassesClassDescriptionThis class represents the statement ALTER TABLE SETThis class represents the statement BACKUPThis class represents the statement CALL.Command that supports VALUES clause.Data change statement.This class represents the statement DELETEThis class represents the statement EXECUTE IMMEDIATE.This class represents the statement EXECUTEThis class represents the statement EXPLAINData change statement with WHERE criteria and possibly limited number of rows.This class represents the statement CALL.This class represents the statement INSERTThis class represents the statement MERGE or the MySQL compatibility statement REPLACEThis class represents the statement syntax MERGE INTO table alias USING...Represents an empty statement or a statement that has no effect.This class represents the statement RUNSCRIPTThis class is the base for RunScriptCommand and ScriptCommand.This class represents the statement SCRIPTThis class represents the statement SETSet clause list.This class represents the statement SET SESSION CHARACTERISTICSThe list of setting for a SET statement.Represents a transactional statement.This class represents the statement UPDATE