LIMIT

data class LIMIT(val offset: Long, val count: Long) : SortRoOption, VaryingArgument

Constructors

Link copied to clipboard
constructor(offset: Long, count: Long)

Properties

Link copied to clipboard
val count: Long
Link copied to clipboard
open override val data: List<Argument>
Link copied to clipboard