()
| 5588 | |
| 5589 | |
| 5590 | @Override |
| 5591 | public final UnmodifiableList<Table<?>> $from() { |
| 5592 | return QOM.unmodifiable(from); |
| 5593 | } |
| 5594 | |
| 5595 | @Override |
| 5596 | public final SelectQueryImpl<R> $from(Collection<? extends Table<?>> newFrom) { |
nothing calls this directly
no test coverage detected