This class can be used to generate code to access MySQL records as objects.
It accesses a given MySQL database and retrieves the list of tables and information about the respective table fields.
The class can generate code for classes that can be used to access the respective MySQL table records as if they were objects.
The generated classes can have getter and setter functions for each table field, functions to insert or update records with the object values, functions to load a record with a given identifier, and delete the object record.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|