tables property

Set<ResultSetImplementation> tables
final

Tables this select statement reads from. When turning this select query into an auto-updating stream, that stream will emit new items whenever any of these tables changes.

Implementation

final Set<ResultSetImplementation> tables;