Package org.glite.security.voms.database.connection

Interface Summary
DirectManipulation  
 

Class Summary
ClientTransaction Database connection wrapper for connections that have an associated a remote client that needs to be logged.
ConnectionPool A trivial database connection pool implementation.
CurrentConnection A simple class for accessing the database connection associated with the current thread.
DatabaseUpgrade A class for fixing errors in the database introduced by previous version of voms-admin.
DirectUpdate Database connection wrapper for read-write operations on tables without a history trace.
Query Database connection wrapper for read-only operations.
Transaction A wrapper around java.sql.Connection for convenient handling of prepared SQL statements.
Update A subclass of Transaction for updates with convenient transaction management.