watchedTables property

  1. @visibleForOverriding
  2. @Deprecated('Use watchedTables on the GenerationContext')
Set<ResultSetImplementation> watchedTables

The tables this select statement reads from.

Implementation

@visibleForOverriding
@Deprecated('Use watchedTables on the GenerationContext')
Set<ResultSetImplementation> get watchedTables => {table};