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
/
GT
GT
infix
fun
<
T
>
KQLiteColumn
<
T
>
.
GT
(
value
:
T
)
:
Clause.Expression
infix
fun
<
T
>
KQLiteColumn
<
T
>
.
GT
(
value
:
KQLiteColumn
<
out
T
>
)
:
Clause.Expression
infix
fun
KQLiteColumn
<
*
>
.
GT
(
selectStatement
:
SelectStatement
<
*
>
)
:
Clause.Expression