MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / $from

Method $from

jOOQ/src/main/java/org/jooq/impl/SelectQueryImpl.java:5590–5593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 4

unmodifiableMethod · 0.95
copyMethod · 0.95
addAllMethod · 0.65
clearMethod · 0.45

Tested by

no test coverage detected