toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.dsl
/
unionAll
union
All
fun
Query
.
unionAll
(
right
:
Query
)
:
Query
(
source
)
Union this query with the given one, corresponding to the
union all
keyword in SQL.