Code Generation: DbCodeBuilder
Christian Velin (contact me)
This package can be used to generate code for classes to access databases as objects.
It accesses a database to retrieve the information about tables and columns for which it is intended to generate data access classes.
It generates value object classes (VO) to manage the mapped object information with all the necessary getter and setter functions.
It also generates data object class (DAO) to perform the actual database access operations at application runtime, like INSERT, SELECT, UPDATE, and DELETE.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (81.3%)
| Good (81.3%)
| Sufficient (68.8%)
| Sufficient (68.8%)
| -
| -
| Sufficient (62.5%)
| 498 |
Click here for detailed information about this class on phpclasses.org