The getPageSize and setPageSize methods of the Recordset class indicate or set how many records constitute one page in the Recordset, respectively.
public int getPageSize();
public void setPageSize(int pageSize);
Sets or returns a value indicating how many records are on a page. The default is 10.
pageSize | The desired number of records on a page. |