All Superinterfaces:
Segment, Visitable

public interface Select extends Segment, Visitable
AST for a SELECT statement. Visiting order:
  1. Self
  2. SELECT columns
  3. FROM tables clause
  4. JOINs
  5. WHERE condition
  6. ORDER BY fields
Since:
1.1
Author:
Mark Paluch, Myeonghyeon Lee
See Also: