This is a MySQL database access wrapper class. It can:
- Establish MySQL database server connections when the class objects are created
- Set the name of the database to access
- Execute INSERT or UPDATE queries from lists of parameters
- Execute arbitrary SQL queries
- Retrieve the number of rows in a result set
- Retrieve query result rows into arrays