Figure 5-1. UML diagram of DAL |
Well this is the UML representation of how DAL is connected with all the other classes. DAL itself wil always consist of the main class, a dbdriver and a config class. Optional there can be an extension connected with it. Which consist of an extension object and the config for that object.