Package org.deegree_impl.io

Class Summary
DBAccess  
DBConnectionPool class to manage a database connection pool. this is part of the combination of the object pool pattern an the singelton pattern.
DBPool class to manage a pool of database connections.
GenericSQLIDGenerator Primary key generator for generic JDBC-connections.
IDGeneratorFactory Factory for IDGenerator-instances.
MySQLDBAccess Class for accessing MySQL (spatial) database
OracleSpatialAccess This class extends the DBAccess class to read fields from a oracle spatial table. this may or may not include geometries. if the reques result contains one or more geometries they can be accessed as table column(s) or as OGC WKBs
PostgisDBAccess  
SQLTools