This is a simple class that encapsulates the functionality of MySQL database access commands.
It establishes database connections, executes queries storing the result set handle in a class variable and provides other functions to traverse the result set an retrieve the data returned by the database server.