All Implemented Interfaces:
StateObject

public class UpdateStatementStateObject extends AbstractModifyStatementStateObject
The UPDATE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression. The UPDATE clause restricts the result of a select statement or the scope of an update operation.

BNF: update_statement ::= update_clause [where_clause]

Since:
2.4
Version:
2.4
See Also: