toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
Intersect
/
withDistinct
with
Distinct
open
override
fun
withDistinct
(
value
:
Boolean
)
:
SetOperation
Modifies this query to retrieve only distinct results if
value
is set to
true
.