TypedQueryData

data class TypedQueryData(selections: List<Selection<*>>, distinct: Boolean, limit: Int, offset: Int, withoutSortingAndPaging: Boolean)

Properties

Link copied to clipboard
val distinct: Boolean = false
Link copied to clipboard
val limit: Int
Link copied to clipboard
val offset: Int = 0
Link copied to clipboard
val selections: List<Selection<*>>
Link copied to clipboard
val withoutSortingAndPaging: Boolean = false