toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.ops
/
PairInListOp
/
PairInListOp
Pair
In
List
Op
constructor
(
expr
:
Pair
<
ExpressionWithColumnType
<
T1
>
,
ExpressionWithColumnType
<
T2
>
>
,
list
:
Iterable
<
Pair
<
T1
,
T2
>
>
,
isInList
:
Boolean
=
true
)