exposed
Toggle table of contents
0.58.0
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-core
/
org.jetbrains.exposed.sql
/
CaseWhen
/
cases
cases
val
cases
:
MutableList
<
Pair
<
Expression
<
Boolean
>
,
Expression
<
out
T
>
>
>
The boolean conditions to check and their resulting expressions if the condition is met.