exposed
Toggle table of contents
1.0.0-beta-5
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-core
/
org.jetbrains.exposed.v1.core
/
AbstractQuery
/
withDistinct
with
Distinct
open
fun
withDistinct
(
value
:
Boolean
=
true
)
:
T
Modifies this query to retrieve only distinct results if
value
is set to
true
.