Result Set Pagination

Paginated queries are supported via the page(offset:Int, pageLength:Int) method on all org.squeryl.Query[A]

Example :

Squeryl’s DatabaseAdaptor uses the appropriate mechanism from each database to paginate efficiently.