resultSets property
Result sets that were added through a FROM
clause and are now available
in this scope.
The ResultSetAvailableInStatement contains information about the AST node causing this statement to be available.
Implementation
final Map<String?, ResultSetAvailableInStatement> resultSets =
CaseInsensitiveMap();