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