ObjectDB ObjectDB

LIMIT or TOP functions

#1

Is there LIMIT or TOP functions in object db? If so can you provide some examples?

edit
delete
#2

You can set query result range by using the setFirstResult and setMaxResults methods.

You can find more details and an example in the manual.

ObjectDB Support
edit
delete
#3

Thanks. This solved my purpose.

edit
delete

Reply

To post on this website please sign in.