MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / $intoTable

Method $intoTable

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

Source from the content-addressed store, hash-verified

5555 }
5556
5557 @Override
5558 public final Table<?> $intoTable() {
5559 return intoTable;
5560 }
5561
5562 @Override
5563 public final Select<R> $intoTable(Table<?> newIntoTable) {

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected