toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.dsl
/
isNotNull
is
Not
Null
fun
ColumnDeclaring
<
*
>
.
isNotNull
(
)
:
UnaryExpression
<
Boolean
>
(
source
)
Check if the current column or expression is not null, translated to
is not null
in SQL.