selectPaginated
fun <AfterWhereStep : Select<Record>, T> DSLContext.selectPaginated(mapper: RecordMapper<Record, T>, pagination: Pagination? = null, selection: SelectSelectStep<Record> = select(), orderByStep: AfterWhereStep.() -> SelectLimitStep<Record>? = null, whereStep: SelectSelectStep<Record>.() -> AfterWhereStep? = null): PaginatedResult<T>