Package org.h2.command
Class QueryScope
java.lang.Object
org.h2.command.QueryScope
The scope of identifiers for a query with the WITH clause.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal QueryScopeThe scope of a parent query with the WITH clause.final LinkedHashMap<String, Table> The elements of the WITH list. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
The scope of a parent query with the WITH clause. -
tableSubqueries
The elements of the WITH list.
-
-
Constructor Details
-
QueryScope
Creates new instance of a query scope.- Parameters:
parent- parent scope, ornull
-