All Superinterfaces:
Segment, Visitable

public interface Insert extends Segment, Visitable
AST for a INSERT statement. Visiting order:
  1. Self
  2. INTO table clause
  3. columns
  4. VALUEs
Since:
1.1
Author:
Mark Paluch
See Also: