Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
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.