tables property
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;
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.
final Set<ResultSetImplementation> tables;