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
/
Else
Else
fun
Else
(
e
:
Expression
<
T
>
)
:
ExpressionWithColumnType
<
T
>
Adds an expression that will be used as the function result if all
cases
evaluate to
false
.