readTables property

Set<String> readTables

All tables that this view reads from.

If this view reads from other views, the readTables of that view are also included in this readTables set.

Implementation

Set<String> get readTables;