Class Page

java.lang.Object
cz.drg.pregrouper.jdbc.Page

public class Page extends Object
Represents a page of data retrieved from a database.
  • Constructor Details

    • Page

      public Page()
    • Page

      public Page(int limit)
    • Page

      public Page(long offset, int limit)
  • Method Details

    • nextPage

      public void nextPage()
      Moves the page to the next one.
    • getLimit

      public long getLimit()
    • getOffset

      public long getOffset()