Class Summary |
ClientConnection |
Database connection wrapper for connections with a remote client. |
ConnectionPool |
A trivial database connection pool implementation.
|
ConnectionWrapper |
A wrapper around java.sql.Connection for convenient handling of
prepared SQL statements. |
CurrentConnection |
A simple class for accessing the database connection associated with
the current thread. |
Database |
A fa?ade class for executing operations (questions and actions) in the
database, hiding the gory details of transaction management behind a simple
interface. |
DatabaseUpgrade |
A class for fixing errors in the database introduced by previous version of
edg-voms-admin. |
DirectUpdate |
Database connection wrapper for read-write operations on tables without a
history trace. |
DirectUpdate.Counter |
A trivial class for thread-safe counters. |
DirectUpdatePool |
Connection pool for sequence handling.
|
Query |
Database connection wrapper for read-only operations. |
QueryPool |
Connection pool for database queries.
|
Update |
A subclass of ConnectionWrapper for updates with convenient
transaction management. |
UpdatePool |
Connection pool for database updates.
|