Class QueryScope


  • public final class QueryScope
    extends java.lang.Object
    The scope of identifiers for a query with the WITH clause.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      QueryScope parent
      The scope of a parent query with the WITH clause.
      java.util.LinkedHashMap<java.lang.String,​Table> tableSubqueries
      The elements of the WITH list.
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryScope​(QueryScope parent)
      Creates new instance of a query scope.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parent

        public final QueryScope parent
        The scope of a parent query with the WITH clause.
      • tableSubqueries

        public final java.util.LinkedHashMap<java.lang.String,​Table> tableSubqueries
        The elements of the WITH list.
    • Constructor Detail

      • QueryScope

        public QueryScope​(QueryScope parent)
        Creates new instance of a query scope.
        Parameters:
        parent - parent scope, or null