The ConnectionManager class is an example of providing abstraction to database connectivity using the factory design pattern.
The factory method in the ConnectionManagerFactory class returns the correct ConnectionManager object according to the chosen database type, i.e MySQL or MSSQL.
To add support to other databases one can extend the ConnectionManager class.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Good (83.3%) |
- |
Good (83.3%) |
- |
- |
Not sure (58.3%) |
827 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.