jar

com.mchange : c3p0

Maven & Gradle

Dec 12, 2019
524 usages
1.2k stars

c3p0 · a JDBC Connection pooling / Statement caching library

Table Of Contents

Latest Version

Download com.mchange : c3p0 JAR file - Latest Versions:

All Versions

Download com.mchange : c3p0 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x
CVE-2019-5427
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities
2 vulnerabilities

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window c3p0-0.9.5.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mchange.v2.resourcepool

├─ com.mchange.v2.resourcepool.BasicResourcePool.class - [JAR]

├─ com.mchange.v2.resourcepool.BasicResourcePoolFactory.class - [JAR]

├─ com.mchange.v2.resourcepool.CannotAcquireResourceException.class - [JAR]

├─ com.mchange.v2.resourcepool.Debug.class - [JAR]

├─ com.mchange.v2.resourcepool.EventSupportingResourcePool.class - [JAR]

├─ com.mchange.v2.resourcepool.NoGoodResourcesException.class - [JAR]

├─ com.mchange.v2.resourcepool.ResourcePool.class - [JAR]

├─ com.mchange.v2.resourcepool.ResourcePoolEvent.class - [JAR]

├─ com.mchange.v2.resourcepool.ResourcePoolEventSupport.class - [JAR]

├─ com.mchange.v2.resourcepool.ResourcePoolException.class - [JAR]

├─ com.mchange.v2.resourcepool.ResourcePoolFactory.class - [JAR]

├─ com.mchange.v2.resourcepool.ResourcePoolListener.class - [JAR]

├─ com.mchange.v2.resourcepool.ResourcePoolUtils.class - [JAR]

├─ com.mchange.v2.resourcepool.TimeoutException.class - [JAR]

com.mchange.v2.c3p0.util

├─ com.mchange.v2.c3p0.util.CloseReportingConnectionWrapper.class - [JAR]

├─ com.mchange.v2.c3p0.util.ConnectionEventSupport.class - [JAR]

├─ com.mchange.v2.c3p0.util.Debug.class - [JAR]

├─ com.mchange.v2.c3p0.util.IsValidOnlyConnectionTester.class - [JAR]

├─ com.mchange.v2.c3p0.util.StatementEventSupport.class - [JAR]

├─ com.mchange.v2.c3p0.util.TestUtils.class - [JAR]

com.mchange.v2

├─ com.mchange.v2.Debug.class - [JAR]

com.mchange.v2.c3p0.subst

├─ com.mchange.v2.c3p0.subst.C3P0Substitutions.class - [JAR]

├─ com.mchange.v2.c3p0.subst.Debug.class - [JAR]

com.mchange.v2.c3p0.cfg

├─ com.mchange.v2.c3p0.cfg.C3P0Config.class - [JAR]

├─ com.mchange.v2.c3p0.cfg.C3P0ConfigFinder.class - [JAR]

├─ com.mchange.v2.c3p0.cfg.C3P0ConfigUtils.class - [JAR]

├─ com.mchange.v2.c3p0.cfg.C3P0ConfigXmlUtils.class - [JAR]

├─ com.mchange.v2.c3p0.cfg.Debug.class - [JAR]

├─ com.mchange.v2.c3p0.cfg.DefaultC3P0ConfigFinder.class - [JAR]

├─ com.mchange.v2.c3p0.cfg.NamedScope.class - [JAR]

com.mchange.v2.c3p0.debug

├─ com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.debug.AfterCloseLoggingConnectionWrapper.class - [JAR]

├─ com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.debug.CloseLoggingConnectionWrapper.class - [JAR]

├─ com.mchange.v2.c3p0.debug.ConstructionLoggingComboPooledDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.debug.Debug.class - [JAR]

com.mchange.v2.c3p0.example

├─ com.mchange.v2.c3p0.example.Debug.class - [JAR]

├─ com.mchange.v2.c3p0.example.InitSqlConnectionCustomizer.class - [JAR]

├─ com.mchange.v2.c3p0.example.IsValidOnlyConnectionTester30.class - [JAR]

com.mchange.v2.c3p0.impl

├─ com.mchange.v2.c3p0.impl.AbstractC3P0PooledConnection.class - [JAR]

├─ com.mchange.v2.c3p0.impl.AbstractIdentityTokenized.class - [JAR]

├─ com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.impl.AuthMaskingProperties.class - [JAR]

├─ com.mchange.v2.c3p0.impl.C3P0Defaults.class - [JAR]

├─ com.mchange.v2.c3p0.impl.C3P0ImplUtils.class - [JAR]

├─ com.mchange.v2.c3p0.impl.C3P0JavaBeanObjectFactory.class - [JAR]

├─ com.mchange.v2.c3p0.impl.C3P0PooledConnection.class - [JAR]

├─ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.class - [JAR]

├─ com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.class - [JAR]

├─ com.mchange.v2.c3p0.impl.DbAuth.class - [JAR]

├─ com.mchange.v2.c3p0.impl.Debug.class - [JAR]

├─ com.mchange.v2.c3p0.impl.DefaultConnectionTester.class - [JAR]

├─ com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase.class - [JAR]

├─ com.mchange.v2.c3p0.impl.IdentityTokenResolvable.class - [JAR]

├─ com.mchange.v2.c3p0.impl.IdentityTokenized.class - [JAR]

├─ com.mchange.v2.c3p0.impl.IdentityTokenizedCoalesceChecker.class - [JAR]

├─ com.mchange.v2.c3p0.impl.InternalPooledConnection.class - [JAR]

├─ com.mchange.v2.c3p0.impl.JndiRefDataSourceBase.class - [JAR]

├─ com.mchange.v2.c3p0.impl.NewPooledConnection.class - [JAR]

├─ com.mchange.v2.c3p0.impl.NewProxyCallableStatement.class - [JAR]

├─ com.mchange.v2.c3p0.impl.NewProxyConnection.class - [JAR]

├─ com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData.class - [JAR]

├─ com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.class - [JAR]

├─ com.mchange.v2.c3p0.impl.NewProxyResultSet.class - [JAR]

├─ com.mchange.v2.c3p0.impl.NewProxyStatement.class - [JAR]

├─ com.mchange.v2.c3p0.impl.NullStatementSetManagedResultSet.class - [JAR]

├─ com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.class - [JAR]

├─ com.mchange.v2.c3p0.impl.ProxyResultSetDetachable.class - [JAR]

├─ com.mchange.v2.c3p0.impl.SetManagedDatabaseMetaData.class - [JAR]

├─ com.mchange.v2.c3p0.impl.SetManagedResultSet.class - [JAR]

├─ com.mchange.v2.c3p0.impl.SnatchFromSetResultSet.class - [JAR]

├─ com.mchange.v2.c3p0.impl.ThreadLocalQuerylessTestRunner.class - [JAR]

├─ com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase.class - [JAR]

com.mchange

├─ com.mchange.Debug.class - [JAR]

com.mchange.v2.c3p0.mbean

├─ com.mchange.v2.c3p0.mbean.C3P0PooledDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean.class - [JAR]

├─ com.mchange.v2.c3p0.mbean.Debug.class - [JAR]

com.mchange.v2.c3p0.codegen

├─ com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.class - [JAR]

├─ com.mchange.v2.c3p0.codegen.C3P0ImplUtilsParentLoggerGeneratorExtension.class - [JAR]

├─ com.mchange.v2.c3p0.codegen.Debug.class - [JAR]

├─ com.mchange.v2.c3p0.codegen.JdbcProxyGenerator.class - [JAR]

├─ com.mchange.v2.c3p0.codegen.UnsupportedParentLoggerGeneratorExtension.class - [JAR]

com.mchange.v2.c3p0.filter

├─ com.mchange.v2.c3p0.filter.Debug.class - [JAR]

├─ com.mchange.v2.c3p0.filter.FilterDataSource.class - [JAR]

com.mchange.v2.c3p0.jboss

├─ com.mchange.v2.c3p0.jboss.C3P0PooledDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean.class - [JAR]

├─ com.mchange.v2.c3p0.jboss.Debug.class - [JAR]

com.mchange.v2.c3p0.test

├─ com.mchange.v2.c3p0.test.AlwaysFailConnectionTester.class - [JAR]

├─ com.mchange.v2.c3p0.test.AlwaysFailDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.test.C3P0BenchmarkApp.class - [JAR]

├─ com.mchange.v2.c3p0.test.ConnectionDispersionTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.Debug.class - [JAR]

├─ com.mchange.v2.c3p0.test.FreezableDriverManagerDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.test.InterruptedBatchTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.JavaBeanRefTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.JndiBindTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.JndiLookupTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.ListTablesTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.LoadPoolBackedDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.test.OneThreadRepeatedInsertOrQueryTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.PSLoadPoolBackedDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.test.ProxyWrappersTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.RawConnectionOpTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.StatsTest.class - [JAR]

├─ com.mchange.v2.c3p0.test.TestConnectionCustomizer.class - [JAR]

├─ com.mchange.v2.c3p0.test.TestRefSerStuff.class - [JAR]

com.mchange.v2.c3p0.stmt

├─ com.mchange.v2.c3p0.stmt.Debug.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.DoubleMaxStatementCache.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.GooGooStatementCache.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.MemoryCoalescedStatementCacheKey.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.PerConnectionMaxOnlyStatementCache.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.SimpleStatementCacheKey.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.StatementCache.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.StatementCacheBenchmark.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.StatementCacheKey.class - [JAR]

├─ com.mchange.v2.c3p0.stmt.ValueIdentityStatementCacheKey.class - [JAR]

com.mchange.v2.c3p0

├─ com.mchange.v2.c3p0.AbstractComboPooledDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.AbstractConnectionCustomizer.class - [JAR]

├─ com.mchange.v2.c3p0.AbstractConnectionTester.class - [JAR]

├─ com.mchange.v2.c3p0.C3P0ProxyConnection.class - [JAR]

├─ com.mchange.v2.c3p0.C3P0ProxyStatement.class - [JAR]

├─ com.mchange.v2.c3p0.C3P0Registry.class - [JAR]

├─ com.mchange.v2.c3p0.ComboPooledDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.ConnectionCustomizer.class - [JAR]

├─ com.mchange.v2.c3p0.ConnectionTester.class - [JAR]

├─ com.mchange.v2.c3p0.DataSources.class - [JAR]

├─ com.mchange.v2.c3p0.Debug.class - [JAR]

├─ com.mchange.v2.c3p0.DriverManagerDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.DriverManagerDataSourceFactory.class - [JAR]

├─ com.mchange.v2.c3p0.FullQueryConnectionTester.class - [JAR]

├─ com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.JndiRefForwardingDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.PoolBackedDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.PoolBackedDataSourceFactory.class - [JAR]

├─ com.mchange.v2.c3p0.PoolConfig.class - [JAR]

├─ com.mchange.v2.c3p0.PooledDataSource.class - [JAR]

├─ com.mchange.v2.c3p0.QueryConnectionTester.class - [JAR]

├─ com.mchange.v2.c3p0.SQLWarnings.class - [JAR]

├─ com.mchange.v2.c3p0.UnifiedConnectionTester.class - [JAR]

├─ com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.class - [JAR]

com.mchange.v2.c3p0.management

├─ com.mchange.v2.c3p0.management.ActiveManagementCoordinator.class - [JAR]

├─ com.mchange.v2.c3p0.management.C3P0RegistryManager.class - [JAR]

├─ com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean.class - [JAR]

├─ com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean.class - [JAR]

├─ com.mchange.v2.c3p0.management.ManagementCoordinator.class - [JAR]

├─ com.mchange.v2.c3p0.management.NullManagementCoordinator.class - [JAR]

├─ com.mchange.v2.c3p0.management.PooledDataSourceManager.class - [JAR]

├─ com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean.class - [JAR]

Advertisement

Dependencies from Group

Dec 12, 2019
524 usages
1.2k stars
Jan 19, 2020
75 usages
36 stars
Oct 11, 2021
6 usages
0 stars
Aug 16, 2020
6 usages
2 stars
Aug 16, 2020
6 usages
2 stars

Discover Dependencies

Sep 14, 2017
6 usages
Jul 28, 2019
4.6k usages
Aug 25, 2023
552 usages
311 stars
Apr 24, 2021
801 usages
Aug 07, 2023
204 usages
Jun 17, 2023
740 usages
1.9k stars
Sep 15, 2010
361 usages
Sep 20, 2019
11 usages
0 stars
Nov 30, 2018
14 usages