English | 简体中文

api-docs / org.ktorm.dsl / offset

offset

fun Query.offset(n: Int): Query (source code)

Specify the pagination offset parameter of this query.

This function requires a dialect enabled, different SQLs will be generated with different dialects.

Note that if the number isn’t positive then it will be ignored.