This package can be used to generate classes that wrap rows of MySQL database tables providing an object oriented interface to manipulate the table row data.
It generates getter and setter functions to access the table row column values as class variables.
It also generates functions to insert, select, update and delete table row data.
The generated class uses another classes provided with this package to execute database access operations. That class must be configured to specify the MySQL database server host, user name and password.
When the table definition changes, the wrapper class code must be regenerated.
The MySQL database table that is wrapped must have one auto-increment primary key field.