MCPcopy
hub / github.com/jOOQ/jOOQ / union

Method union

jOOQ/src/main/java/org/jooq/impl/SelectImpl.java:2004–2007  ·  view source on GitHub ↗
(Select<? extends R> select)

Source from the content-addressed store, hash-verified

2002 }
2003
2004 @Override
2005 public final SelectImpl union(Select<? extends R> select) {
2006 return new SelectImpl(getDelegate().union(select));
2007 }
2008
2009 @Override
2010 public final SelectImpl unionDistinct(Select<? extends R> select) {

Callers

nothing calls this directly

Calls 2

unionMethod · 0.65
getDelegateMethod · 0.45

Tested by

no test coverage detected