DODS 7.3 API

Package com.lutris.appserver.server.sql.standard

Interface Summary
DriverSpecificConstants Constants for use in driver cpecific configuration.
 

Class Summary
DatabaseConfiguration TableConfiguration contains parameters about table configuration.
SimpleConnectionAllocator Brief description of the patch: Since each long-time used connection holds too much memory (about 15Mb after several hours of work) it was decided to close and recreate connections that were allocated more than the MaxConnectionUsages value set in the proper config file.
SimpleDBConnection Standard implementation of the DBConnection object.
StandardConnectionAllocator Manages a pool (set) of connections to a database.
StandardDBConnection Standard implementation of the DBConnection object.
StandardDBQuery Standard implementation of a DBQuery object.
StandardDBTransaction Standard implementation of SQL database transaction.
StandardDBTransactionFactory  
StandardLogicalDatabase Represents a logical database.
StandardObjectIdAllocator Object ids can only be created via this manager.
 


DODS 7.3 API