Class SqlSelect

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class SqlSelect
    extends SqlCall
    A SqlSelect is a node of a parse tree which represents a select statement. It warrants its own node type just because we have a lot of methods to put somewhere.