MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / asTable

Method asTable

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

Source from the content-addressed store, hash-verified

778 }
779
780 @Override
781 public final Table<R> asTable() {
782 // [#13349] Delay the possibly expensive computation of the auto alias,
783 // possibly making the computation unnecessary
784 return new DerivedTable<>(this).as(new LazyName(() -> DSL.name(autoAlias(this))));
785 }
786
787 @Override
788 public final Table<R> asTable(String alias) {

Callers 2

fieldsRowMethod · 0.95
acceptMethod · 0.95

Calls 3

nameMethod · 0.95
asMethod · 0.65
autoAliasMethod · 0.65

Tested by

no test coverage detected