This class can be used to execute MySQL database queries from lists of parameters. It can:
- Insert or update a table record using a list of table field values
- Delete table records that match a given condition
- Retrieve a table field values of records that match a given condition
- Create a table with a list of fields
- Execute an SQL query and return results formatted in a suitable format for use of Flash movies