Class UpdateStatementStateObject

  • 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
    Author:
    Pascal Filion
    See Also:
    UpdateStatement
    • Constructor Detail

      • UpdateStatementStateObject

        public UpdateStatementStateObject​(JPQLQueryStateObject parent)
        Creates a new UpdateStatementStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        Throws:
        java.lang.NullPointerException - The given parent cannot be null