jimmer-sql-kotlin
0.2.1
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.ast.query
/
KConfigurableSubQuery
/
Nullable
Nullable
interface
Nullable
<
R
:
Any
>
:
KConfigurableSubQuery
<
R
>
,
KTypedSubQuery.Nullable
<
R
>
Content copied to clipboard
Functions
Functions
distinct
Link copied to clipboard
abstract
fun
distinct
(
)
:
KConfigurableSubQuery
<
R
>
Content copied to clipboard
limit
Link copied to clipboard
abstract
fun
limit
(
limit
:
Int
,
offset
:
Int
=
0
)
:
KConfigurableSubQuery
<
R
>
Content copied to clipboard