kimmer-sql
0.0.4
kimmer-sql
/
org.babyfish.kimmer.sql.ast.query.impl
/
TypedQueryData
Typed
Query
Data
data
class
TypedQueryData
(
selections
:
List
<
Selection
<
*
>
>
,
distinct
:
Boolean
,
limit
:
Int
,
offset
:
Int
,
withoutSortingAndPaging
:
Boolean
)
Content copied to clipboard
Properties
Properties
distinct
Link copied to clipboard
val
distinct
:
Boolean
=
false
Content copied to clipboard
limit
Link copied to clipboard
val
limit
:
Int
Content copied to clipboard
offset
Link copied to clipboard
val
offset
:
Int
=
0
Content copied to clipboard
selections
Link copied to clipboard
val
selections
:
List
<
Selection
<
*
>
>
Content copied to clipboard
withoutSortingAndPaging
Link copied to clipboard
val
withoutSortingAndPaging
:
Boolean
=
false
Content copied to clipboard