exposed
Toggle table of contents
1.0.0-beta-2
jvm
Platform filter
jvm
Switch theme
exposed
exposed-jdbc
/
org.jetbrains.exposed.v1.jdbc
/
union
union
fun
AbstractQuery
<
*
>
.
union
(
other
:
Query
)
:
Union
Combines all results from
this
query with the results of
other
, WITHOUT including duplicates.
Samples
org.jetbrains.exposed.v1.sql.tests.shared.dml.UnionTests.testUnionWithLimit