Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created July 14, 2016 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cosbor11/097b2fbd1368de631fd4b44f3ba2c4f5 to your computer and use it in GitHub Desktop.
Save cosbor11/097b2fbd1368de631fd4b44f3ba2c4f5 to your computer and use it in GitHub Desktop.
Set the firstRow and maxResults to retrieve the second page
query.setFirstRow(query.getFirstRow() + query.getMaxResults());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment