Class DeleteClauseStateObject

  • All Implemented Interfaces:
    DeclarationStateObject, StateObject

    public class DeleteClauseStateObject
    extends AbstractModifyClauseStateObject
    This is the DELETE clause of the DELETE statement.

    A DELETE statement provides bulk operations over sets of entities of a single entity class (together with its subclasses, if any). Only one entity abstract schema type may be specified in the UPDATE clause.

    BNF: delete_clause ::= DELETE FROM abstract_schema_name [[AS] identification_variable]

    Version:
    2.4
    See Also:
    DeleteClause
    Author:
    Pascal Filion
    Since:
    2.4