This class implements a simple MySQL database access wrapper.
It uses the singleton design pattern, so only one instance of the class is created. It can:
- Establish connection to a given MySQL database host server
- Executes MySQL queries
- Retrieve query results into objects
- Return the number of rows in a query result set
- Return the last inserted record identifier
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.