All Implemented Interfaces:
DeclarationStateObject, ListHolderStateObject<UpdateItemStateObject>, StateObject

public class UpdateClauseStateObject extends AbstractModifyClauseStateObject implements ListHolderStateObject<UpdateItemStateObject>
This is the UPDATE clause of the UPDATE statement.

An UPDATE 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: update_clause ::= UPDATE abstract_schema_name [[AS] identification_variable] SET update_item {, update_item}*

Since:
2.4
Version:
2.5
See Also: