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