kimmer-sql
0.1.0
kimmer-sql
/
org.babyfish.kimmer.sql.ast
/
CaseBuilder
/
match
match
open
fun
match
(
cond
:
Expression
<
Boolean
>
,
value
:
T
)
:
CaseBuilder
<
T
>
Content copied to clipboard
abstract
fun
match
(
cond
:
Expression
<
Boolean
>
,
value
:
NonNullExpression
<
T
>
)
:
CaseBuilder
<
T
>
Content copied to clipboard
abstract
fun
match
(
cond
:
Expression
<
Boolean
>
,
value
:
Expression
<
T
>
)
:
NullableCaseBuilder
<
T
>
Content copied to clipboard