Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.dsl
/
notInList
not
In
List
fun
<
T
:
Any
>
ColumnDeclaring
<
T
>
.
notInList
(
vararg
list
:
T
)
:
InListExpression
(
source
)
infix
fun
<
T
:
Any
>
ColumnDeclaring
<
T
>
.
notInList
(
list
:
Collection
<
T
>
)
:
InListExpression
(
source
)
infix
fun
ColumnDeclaring
<
*
>
.
notInList
(
query
:
Query
)
:
InListExpression
(
source
)
Not-in-list operator, translated to the
not in
keyword in SQL.