Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.dsl
/
union
union
fun
Query
.
union
(
right
:
Query
)
:
Query
(
source
)
Union this query with the given one, corresponding to the
union
keyword in SQL.