Class QueryScope

java.lang.Object
org.h2.command.QueryScope

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

    • parent

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

      public final LinkedHashMap<String,Table> tableSubqueries
      The elements of the WITH list.
  • Constructor Details

    • QueryScope

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