Package uk.org.ury.backend.database

Database services for the URY Presenter Suite.

See:
          Description

Class Summary
DatabaseDriver A database connection manager that connects to the URY databases using suitably privileged accounts, and handles the processing of SQL queries.
DatabaseItem<E,T> An abstract class presenting a template for objects serving as a data structure for collections of properties retrieved from a SQL database.
 

Enum Summary
UserClass The various user classes of the database driver.
 

Package uk.org.ury.backend.database Description

Database services for the URY Presenter Suite.

The classes provided within this package are expected to be used by the back-end through utility classes, and not by the frontend, which should use the server API to indirectly query the database.