Interface UpdateExpr

All Superinterfaces:
Cloneable, QueryModelNode, Serializable
All Known Implementing Classes:
Add, Clear, Copy, Create, DeleteData, InsertData, Load, Modify, Move

public interface UpdateExpr extends QueryModelNode
An expression that executes an update.
  • Method Details

    • clone

      UpdateExpr clone()
      Description copied from interface: QueryModelNode
      Returns a (deep) clone of this query model node. This method recursively clones the entire node tree, starting from this nodes.
      Specified by:
      clone in interface QueryModelNode
      Returns:
      A deep clone of this query model node.
    • isSilent

      boolean isSilent()
      Returns:
      Returns the silent.