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