ObjectDB ObjectDB

About LIMIT and OFFSET as query tokens

#1

Hi,

 

I would like to know why the query tokens OFFSET AND LIMIT are not available and if they will be in a near future. Is there any equivalent way to get, from the database, the object at given position i as well as a given number of objects that follow such object?

Thanks you in advance

 

MiguelGT

 

 

 

Thanks you in advance

edit
delete
#2

In JPA you specify a result range using setFirstResult and setMaxResults.

ObjectDB Support
edit
delete
#3

Thanks you!!!

edit
delete

Reply

To post on this website please sign in.