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

Method union

jOOQ/src/main/java/org/jooq/Select.java:144–144  ·  view source on GitHub ↗

Apply the UNION set operation. In SQL, a UNION is DISTINCT by default, meaning, duplicates are removed from the result set. So, this is the same as #unionDistinct(Select). If duplicate removal isn't required, or already guaranteed by the data model,

(Select<? extends R> select)

Source from the content-addressed store, hash-verified

142 * {@link StackOverflowError} when generating the SQL.
143 */
144 @NotNull @CheckReturnValue
145 @Support
146 Select<R> union(Select<? extends R> select);
147

Callers 6

acceptMethod · 0.65
acceptMethod · 0.65
unionMethod · 0.65
getRoutines0Method · 0.65

Implementers 2

SelectQueryImpljOOQ/src/main/java/org/jooq/impl/Selec
SelectImpljOOQ/src/main/java/org/jooq/impl/Selec

Calls

no outgoing calls

Tested by

no test coverage detected