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
/
And
And
common
data
class
And
<
T
:
Any
>
(
left
:
Where
<
T
>
,
right
:
Where
<
T
>
)
:
Where
<
T
>
(
source
)
Equivalent to
AND
in SQL
Members
Members & Extensions
Constructors
And
Link copied to clipboard
common
constructor
(
left
:
Where
<
T
>
,
right
:
Where
<
T
>
)
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