Class SelectScope

Object
gudusoft.gsqlparser.resolver2.scope.AbstractScope
gudusoft.gsqlparser.resolver2.scope.SelectScope
All Implemented Interfaces:
IScope

public class SelectScope extends AbstractScope
Scope for SELECT statement. This is typically the root scope for a query. Contains: - FROM clause scope (child) - WHERE clause scope (child) - SELECT list namespace (for ORDER BY to reference)