toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.dsl
/
notLike
not
Like
infix
fun
ColumnDeclaring
<
*
>
.
notLike
(
expr
:
ColumnDeclaring
<
String
>
)
:
BinaryExpression
<
Boolean
>
(
source
)
infix
fun
ColumnDeclaring
<
*
>
.
notLike
(
value
:
String
)
:
BinaryExpression
<
Boolean
>
(
source
)
Not like operator, translated to the
not like
keyword in SQL.