KQLite
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
KQLite
KQLite
/
com.kqlite.statement
/
Clause
/
IS
IS
infix
fun
<
T
>
KQLiteColumn
<
T
>
.
IS
(
value
:
T
?
)
:
Clause.Expression
infix
fun
<
T
>
KQLiteColumn
<
T
>
.
IS
(
value
:
KQLiteColumn
<
out
T
>
)
:
Clause.Expression
infix
fun
KQLiteColumn
<
*
>
.
IS
(
selectStatement
:
SelectStatement
<
*
>
)
:
Clause.Expression