Package Diagram “server”
server
Note1:
This is a start at some simplistic data management classes.
Note2:
If you can't support the ".mdb" database, you will need to modify the source code to change drivers and database names/logins.
Links To: Class DMServer
Diagram Node Summary
Class: This is simply the start on a useful Helper-style class...
Class: This is simply the start on a useful Helper-style class...
Class: A work in process.
Class: This is used to make primary key generation relatively simple and independent of a DBMS solution.
Diagram Node Detail
Class "CustResultSet"
This is simply the start on a useful Helper-style class...
See Also:  Class Documentation
All Outgoing Links
Association
to Interface ResultSet
Attribute:
resultSet

Class "Database"
This is simply the start on a useful Helper-style class...
See Also:  Class Documentation
All Outgoing Links
Association
to Interface Connection
Attribute:
connection
Association
to Class String
Attribute:
tableName

Class "DMServer"
A work in process. This class is responsible for managing connecting to the database, and providing other utility-like functionality.
note:
The driver should be externalized into config file one day...
See Also:  Class Documentation
All Outgoing Links
Association
to Interface Connection
Attribute:
systemConnection
Label:
sys
Association
to Interface Connection
Attribute:
userConnection
Label:
user
Association
to Class KeyTable
Attribute:
keyTable

Class "KeyTable"
This is used to make primary key generation relatively simple and independent of a DBMS solution.
Stereotype:
utility
See Also:  Class Documentation
All Outgoing Links
Association
to Interface Connection
Attribute:
connection