KQLite
Toggle table of contents
0.2.1
common
Target filter
common
Switch theme
Search in API
Skip to content
KQLite
KQLite
/
com.kqlite.statement
/
Clause
/
NOT_IN
NOT_
IN
fun
<
T
>
KQLiteColumn
<
T
>
.
NOT_IN
(
args
:
Iterable
<
T
>
)
:
Clause.Expression
fun
<
T
>
KQLiteColumn
<
T
>
.
NOT_IN
(
vararg
args
:
T
)
:
Clause.Expression
fun
KQLiteColumn
<
*
>
.
NOT_IN
(
selectStatement
:
SelectStatement
<
*
>
)
:
Clause.Expression