Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.dsl
/
isNull
is
Null
fun
ColumnDeclaring
<
*
>
.
isNull
(
)
:
UnaryExpression
<
Boolean
>
(
source
)
Check if the current column or expression is null, translated to
is null
in SQL.