Closing the connection pool
- Last Updated: October 1, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
The PooledConnectionDataSource.close()
method can be used to explicitly close the connection pool while the application is running.
For example, if changes are made to the pool configuration using a pool management tool, the
PooledConnectionDataSource.close() method can be used to
force the connection pool to close and re-create the pool using the new configuration
values.