Limit Result Set Iterator
Package:
Summary:
Retrieve a limited range of SQL query results
Groups:
Author:
Description:
This package can be used to retrieve a limited range of SQL query results.
There is a base class that provides abstract range calculation based on the number of page and number of result rows per page to retrieve.
It also implements the Iterator interface to traverse query result rows.
This package also comes with an implementation class to execute and retrieve result set rows from MySQL databases.
There is a base class that provides abstract range calculation based on the number of page and number of result rows per page to retrieve.
It also implements the Iterator interface to traverse query result rows.
This package also comes with an implementation class to execute and retrieve result set rows from MySQL databases.
Comments are closed.