Class FromScope

All Implemented Interfaces:
IScope

public class FromScope extends ListBasedScope
Scope for FROM clause. Contains all tables, subqueries, and joins in the FROM clause. Example: FROM users u JOIN orders o ON u.id = o.user_id ^^^^^^ ^^^^^^^ child1 child2