Package cz.drg.pregrouper.jdbc
Class Page
java.lang.Object
cz.drg.pregrouper.jdbc.Page
Represents a page of data retrieved from a database.
-
Constructor Summary
Constructors -
Method Summary
-
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()
-