All Superinterfaces:
Segment, Visitable

public interface Delete extends Segment, Visitable
AST for a DELETE statement. Visiting order:
  1. Self
  2. FROM tables clause
  3. WHERE condition
Since:
1.1
Author:
Mark Paluch
See Also: