Sqkon
Toggle table of contents
1.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Sqkon
Sqkon
/
com.mercury.sqkon.db
/
In
In
common
data
class
In
<
T
:
Any
,
V
>
(
builder
:
JsonPathBuilder
<
T
>
,
value
:
Collection
<
V
>
)
:
Where
<
T
>
(
source
)
Equivalent to
IN
in SQL
Members
Members & Extensions
Constructors
In
Link copied to clipboard
common
constructor
(
builder
:
JsonPathBuilder
<
T
>
,
value
:
Collection
<
V
>
)
Functions
and
Link copied to clipboard
common
infix
fun
<
T
:
Any
>
Where
<
T
>
.
and
(
other
:
Where
<
T
>
)
:
Where
<
T
>
Equivalent to
AND
in SQL
or
Link copied to clipboard
common
infix
fun
<
T
:
Any
>
Where
<
T
>
.
or
(
other
:
Where
<
T
>
)
:
Where
<
T
>
Equivalent to
OR
in SQL
to
Sql
Query
Link copied to clipboard
common
open
override
fun
toSqlQuery
(
increment
:
Int
)
:
SqlQuery