|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionPool | |
---|---|
org.geotools.data.jdbc | |
org.geotools.data.mysql | |
org.geotools.data.oracle | |
org.geotools.data.postgis |
Uses of ConnectionPool in org.geotools.data.jdbc |
---|
Methods in org.geotools.data.jdbc that return ConnectionPool | |
---|---|
ConnectionPool |
ConnectionPoolManager.getConnectionPool(javax.sql.ConnectionPoolDataSource cpds)
Deprecated. Gets a ConnectionPool for a ConnectionPoolDataSource. |
Methods in org.geotools.data.jdbc with parameters of type ConnectionPool | |
---|---|
void |
ConnectionPoolManager.free(ConnectionPool pool)
Deprecated. |
Uses of ConnectionPool in org.geotools.data.mysql |
---|
Methods in org.geotools.data.mysql that return ConnectionPool | |
---|---|
ConnectionPool |
MySQLConnectionFactory.getConnectionPool()
Deprecated. Creates and returns a MySQL ConnectionPool, or gets an existing ConnectionPool if one exists, based upon the username and password set in this MySQLConnectionFactory object. |
ConnectionPool |
MySQLConnectionFactory.getConnectionPool(java.lang.String username,
java.lang.String password)
Deprecated. Creates and returns a MySQL ConnectionPool, or gets an existing ConnectionPool if one exists, based upon the username and password parameters passed to this method. |
Methods in org.geotools.data.mysql with parameters of type ConnectionPool | |
---|---|
void |
MySQLConnectionFactory.free(ConnectionPool connectionPool)
Deprecated. |
Uses of ConnectionPool in org.geotools.data.oracle |
---|
Methods in org.geotools.data.oracle that return ConnectionPool | |
---|---|
ConnectionPool |
OracleConnectionFactory.getConnectionPool()
Deprecated. Creates the real OracleConnection. |
ConnectionPool |
OracleConnectionFactory.getConnectionPool(java.lang.String user,
java.lang.String pass)
Deprecated. Creates the real OracleConnection. |
Uses of ConnectionPool in org.geotools.data.postgis |
---|
Methods in org.geotools.data.postgis that return ConnectionPool | |
---|---|
ConnectionPool |
PostgisConnectionFactory.getConnectionPool()
Deprecated. |
ConnectionPool |
PostgisConnectionFactory.getConnectionPool(java.lang.String user,
java.lang.String pass)
Deprecated. |
Methods in org.geotools.data.postgis with parameters of type ConnectionPool | |
---|---|
void |
PostgisConnectionFactory.free(ConnectionPool connectionPool)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |