Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-support-mysql
/
org.ktorm.support.mysql
/
ifNull
if
Null
fun
<
T
:
Any
>
ColumnDeclaring
<
T
>
.
ifNull
(
right
:
ColumnDeclaring
<
T
>
)
:
FunctionExpression
<
T
>
(
source
)
fun
<
T
:
Any
>
ColumnDeclaring
<
T
>
.
ifNull
(
right
:
T
?
)
:
FunctionExpression
<
T
>
(
source
)
MySQL ifnull function, translated to
ifnull(left, right)
.