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
/
Where
Where
common
abstract
class
Where
<
T
:
Any
>
(
source
)
Inheritors
Eq
NotEq
In
NotIn
Like
GreaterThan
LessThan
Not
And
Or
Members
Members & Extensions
Constructors
Where
Link copied to clipboard
common
constructor
(
)
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
abstract
fun
toSqlQuery
(
increment
:
Int
)
:
SqlQuery