limit
infix fun SelectQuery.limit(num: Int): SelectQuery!
offset
infix fun SelectQuery.offset(num: Int): SelectQuery!
orderBy
infix fun SelectQuery.orderBy(variable: Variable): SelectQuery!