toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
unionAll
union
All
fun
AbstractQuery
<
*
>
.
unionAll
(
other
:
Query
)
:
UnionAll
Combines all results from
this
query with the results of
other
, WITH duplicates included.
Samples
org.jetbrains.exposed.sql.tests.shared.dml.UnionTests.testUnionWithAllResults