Uses of Package
org.deegree_impl.io

Packages that use org.deegree_impl.io
org.deegree_impl.io   
org.deegree_impl.services.wfs   
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
 

Classes in org.deegree_impl.io used by org.deegree_impl.io
DBAccess
           
DBConnectionPool
          class to manage a database connection pool. this is part of the combination of the object pool pattern an the singelton pattern.
 

Classes in org.deegree_impl.io used by org.deegree_impl.services.wfs
DBAccess
           
DBConnectionPool
          class to manage a database connection pool. this is part of the combination of the object pool pattern an the singelton pattern.
 

Classes in org.deegree_impl.io used by org.deegree_impl.services.wfs.db
DBAccess
           
 

Classes in org.deegree_impl.io used by org.deegree_impl.services.wfs.gml
DBAccess
           
DBConnectionPool
          class to manage a database connection pool. this is part of the combination of the object pool pattern an the singelton pattern.
 

Classes in org.deegree_impl.io used by org.deegree_impl.services.wfs.mysql
DBConnectionPool
          class to manage a database connection pool. this is part of the combination of the object pool pattern an the singelton pattern.
MySQLDBAccess
          Class for accessing MySQL (spatial) database
 

Classes in org.deegree_impl.io used by org.deegree_impl.services.wfs.oracle
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
 

Classes in org.deegree_impl.io used by org.deegree_impl.services.wfs.postgis
DBAccess
           
PostgisDBAccess