Uses of Package
org.h2.command.dml
-
Packages that use org.h2.command.dml 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.mode Utility classes for compatibility with other database, for example MySQL.org.h2.table Classes related to a table and table meta data. -
Classes in org.h2.command.dml used by org.h2.command Class Description Call This class represents the statement CALL.CommandWithValues Command that supports VALUES clause.DataChangeStatement Data change statement.Delete This class represents the statement DELETEExplain This class represents the statement EXPLAINInsert 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...RunScriptCommand This class represents the statement RUNSCRIPTScriptCommand This class represents the statement SCRIPTSet This class represents the statement SETSetClauseList Set clause list.TransactionCommand Represents a transactional statement.Update This class represents the statement UPDATE -
Classes in org.h2.command.dml used by org.h2.command.dml Class Description CommandWithValues Command that supports VALUES clause.DataChangeStatement Data change statement.FilteredDataChangeStatement Data change statement with WHERE criteria and possibly limited number of rows.Insert This class represents the statement INSERTMergeUsing.When Abstract WHEN command of the MERGE statement.ScriptBase This class is the base for RunScriptCommand and ScriptCommand.SetClauseList Set clause list.SetClauseList.RowExpression SetClauseList.UpdateAction Update This class represents the statement UPDATE -
Classes in org.h2.command.dml used by org.h2.mode Class Description Update This class represents the statement UPDATE -
Classes in org.h2.command.dml used by org.h2.table Class Description DataChangeStatement Data change statement.