MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / as

Method as

jOOQ/src/main/java/org/jooq/impl/TableAlias.java:181–184  ·  view source on GitHub ↗
(Name as)

Source from the content-addressed store, hash-verified

179 }
180
181 @Override
182 public final Table<R> as(Name as) {
183 return alias.wrapped().as(as);
184 }
185
186 @Override
187 public final Table<R> as(Name as, Name... fieldAliases) {

Callers

nothing calls this directly

Calls 2

asMethod · 0.65
wrappedMethod · 0.45

Tested by

no test coverage detected