Uses of Class
org.geotools.data.jdbc.ConnectionPool

Packages that use ConnectionPool
org.geotools.data.jdbc   
 

Uses of ConnectionPool in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc that return ConnectionPool
 ConnectionPool ConnectionPoolManager.getConnectionPool(javax.sql.ConnectionPoolDataSource cpds)
          Gets a ConnectionPool for a ConnectionPoolDataSource.
 

Methods in org.geotools.data.jdbc with parameters of type ConnectionPool
 void ConnectionPoolManager.free(ConnectionPool pool)
           
 

Constructors in org.geotools.data.jdbc with parameters of type ConnectionPool
JDBCDataSource(ConnectionPool pool)
           
JDBCDataStore(ConnectionPool connectionPool)
           
JDBCDataStore(ConnectionPool connectionPool, java.lang.String databaseSchemaName)
           
JDBCDataStore(ConnectionPool connectionPool, java.lang.String databaseSchemaName, java.lang.String namespace)
           
JDBCTransactionState(ConnectionPool pool)
           
 



Copyright © 1996-2003 GeoTools. All Rights Reserved.