Package org.h2.command.dml


package org.h2.command.dml
Contains DML (data manipulation language) and related SQL statements.
  • Classes
    Class
    Description
    This class represents the statement ALTER TABLE SET
    This class represents the statement BACKUP
    This class represents the statement CALL.
    Command that supports VALUES clause.
    Data change statement.
    This class represents the statement DELETE
    This class represents the statement EXECUTE IMMEDIATE.
    This class represents the statement EXECUTE
    This class represents the statement EXPLAIN
    This class represents the statement CALL.
    This class represents the statement INSERT
    This class represents the statement MERGE or the MySQL compatibility statement REPLACE
    This 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 RUNSCRIPT
    This class represents the statement SCRIPT
    This class represents the statement SET
    Set clause list.
    This class represents the statement SET SESSION CHARACTERISTICS
    The list of setting for a SET statement.
    Represents a transactional statement.
    This class represents the statement UPDATE