Uses of Package
org.h2.command.dml
Packages that use org.h2.command.dml
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Utility classes for compatibility with other database, for example MySQL.
Classes related to a table and table meta data.
-
Classes in org.h2.command.dml used by org.h2.commandClassDescriptionThis class represents the statement CALL.Command that supports VALUES clause.Data change statement.This class represents the statement DELETEThis class represents the statement EXPLAINThis 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...This class represents the statement RUNSCRIPTThis class represents the statement SCRIPTThis class represents the statement SETSet clause list.Represents a transactional statement.This class represents the statement UPDATE
-
Classes in org.h2.command.dml used by org.h2.command.dmlClassDescriptionCommand that supports VALUES clause.Data change statement.Data change statement with WHERE criteria and possibly limited number of rows.This class represents the statement INSERTAbstract WHEN command of the MERGE statement.This class is the base for RunScriptCommand and ScriptCommand.Set clause list.This class represents the statement UPDATE
-
Classes in org.h2.command.dml used by org.h2.mode
-
Classes in org.h2.command.dml used by org.h2.table