Package Diagram “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. |
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...
All Outgoing Links |
|
to Interface ResultSet
|
Class "Database"This is simply the start on a useful Helper-style class...
All Outgoing Links |
|
to Interface Connection
|
|
to Class String
|
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... |
All Outgoing Links |
|
to Interface Connection
|
|
to Interface Connection
|
|
to Class KeyTable
|
Class "KeyTable"This is used to make primary key generation relatively simple and
independent of a DBMS solution.
All Outgoing Links |
|
to Interface Connection
|