toggle menu
4.1.1
jvm
switch theme
search in API
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.