All Superinterfaces:
Segment, Visitable

public interface Update extends Segment, Visitable
AST for aa UPDATE statement. Visiting order:
  1. Self
  2. table
  3. assignments
  4. WHERE condition
Since:
1.1
Author:
Mark Paluch
See Also: