组织ID: |
com.mchange |
项目ID: |
c3p0 |
版本: |
0.9.5.1 |
最后修改时间: |
2018-07-24 05:28:33 |
包类型: |
jar |
标题: |
c3p0 |
描述: |
a JDBC Connection pooling / Statement caching library |
相关URL: |
https://github.com/swaldman/c3p0 |
大小: |
486.11KB |
|
Maven引入代码: |
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.1</version>
</dependency>
|
Gradle引入代码: |
com.mchange:c3p0:0.9.5.1
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<packaging>jar</packaging>
<version>0.9.5.1</version>
<name>c3p0</name>
<description>a JDBC Connection pooling / Statement caching library</description>
<url>https://github.com/swaldman/c3p0</url>
<licenses>
<license>
<name>GNU Lesser General Public License, Version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Eclipse Public License, Version 1.0</name>
<url>http://www.eclipse.org/org/documents/epl-v10.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>scm:git:git@github.com:swaldman/c3p0.git</url>
<connection>scm:git:git@github.com:swaldman/c3p0.git</connection>
</scm>
<developers>
<developer>
<id>swaldman</id>
<name>Steve Waldman</name>
<email>swaldman@mchange.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.mchange</groupId>
<artifactId>mchange-commons-java</artifactId>
<version>0.2.10</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.mchange.Debug.class
com.mchange.v2.Debug.class
com.mchange.v2.c3p0.AbstractComboPooledDataSource$1.class
com.mchange.v2.c3p0.AbstractComboPooledDataSource$2.class
com.mchange.v2.c3p0.AbstractComboPooledDataSource.class
com.mchange.v2.c3p0.AbstractConnectionCustomizer.class
com.mchange.v2.c3p0.AbstractConnectionTester.class
com.mchange.v2.c3p0.C3P0ProxyConnection.class
com.mchange.v2.c3p0.C3P0ProxyStatement.class
com.mchange.v2.c3p0.C3P0Registry.class
com.mchange.v2.c3p0.ComboPooledDataSource.class
com.mchange.v2.c3p0.ConnectionCustomizer.class
com.mchange.v2.c3p0.ConnectionTester.class
com.mchange.v2.c3p0.DataSources.class
com.mchange.v2.c3p0.Debug.class
com.mchange.v2.c3p0.DriverManagerDataSource$1.class
com.mchange.v2.c3p0.DriverManagerDataSource.class
com.mchange.v2.c3p0.DriverManagerDataSourceFactory.class
com.mchange.v2.c3p0.FullQueryConnectionTester.class
com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource.class
com.mchange.v2.c3p0.JndiRefForwardingDataSource$1.class
com.mchange.v2.c3p0.JndiRefForwardingDataSource$2.class
com.mchange.v2.c3p0.JndiRefForwardingDataSource.class
com.mchange.v2.c3p0.PoolBackedDataSource.class
com.mchange.v2.c3p0.PoolBackedDataSourceFactory.class
com.mchange.v2.c3p0.PoolConfig.class
com.mchange.v2.c3p0.PooledDataSource.class
com.mchange.v2.c3p0.QueryConnectionTester.class
com.mchange.v2.c3p0.SQLWarnings.class
com.mchange.v2.c3p0.UnifiedConnectionTester.class
com.mchange.v2.c3p0.WrapperConnectionPoolDataSource$1.class
com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.class
com.mchange.v2.c3p0.cfg.C3P0Config.class
com.mchange.v2.c3p0.cfg.C3P0ConfigFinder.class
com.mchange.v2.c3p0.cfg.C3P0ConfigUtils.class
com.mchange.v2.c3p0.cfg.C3P0ConfigXmlUtils.class
com.mchange.v2.c3p0.cfg.Debug.class
com.mchange.v2.c3p0.cfg.DefaultC3P0ConfigFinder.class
com.mchange.v2.c3p0.cfg.NamedScope.class
com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator$1.class
com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator$BooleanInitIdentityTokenConstructortorGeneratorExtension.class
com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator$UnmodifiableShadowGeneratorExtension.class
com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator$WcpdsExtrasGeneratorExtension.class
com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator.class
com.mchange.v2.c3p0.codegen.C3P0ImplUtilsParentLoggerGeneratorExtension.class
com.mchange.v2.c3p0.codegen.Debug.class
com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyAnyStatementGenerator.class
com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyConnectionGenerator.class
com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyMetaDataGenerator.class
com.mchange.v2.c3p0.codegen.JdbcProxyGenerator$NewProxyResultSetGenerator.class
com.mchange.v2.c3p0.codegen.JdbcProxyGenerator.class
com.mchange.v2.c3p0.codegen.UnsupportedParentLoggerGeneratorExtension.class
com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource.class
com.mchange.v2.c3p0.debug.AfterCloseLoggingConnectionWrapper$AfterCloseLoggingInvocationHandler.class
com.mchange.v2.c3p0.debug.AfterCloseLoggingConnectionWrapper.class
com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource.class
com.mchange.v2.c3p0.debug.CloseLoggingConnectionWrapper.class
com.mchange.v2.c3p0.debug.ConstructionLoggingComboPooledDataSource.class
com.mchange.v2.c3p0.debug.Debug.class
com.mchange.v2.c3p0.example.Debug.class
com.mchange.v2.c3p0.example.InitSqlConnectionCustomizer.class
com.mchange.v2.c3p0.example.IsValidOnlyConnectionTester30.class
com.mchange.v2.c3p0.filter.Debug.class
com.mchange.v2.c3p0.filter.FilterDataSource.class
com.mchange.v2.c3p0.impl.AbstractC3P0PooledConnection.class
com.mchange.v2.c3p0.impl.AbstractIdentityTokenized.class
com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource$1.class
com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.class
com.mchange.v2.c3p0.impl.AuthMaskingProperties.class
com.mchange.v2.c3p0.impl.C3P0Defaults.class
com.mchange.v2.c3p0.impl.C3P0ImplUtils.class
com.mchange.v2.c3p0.impl.C3P0JavaBeanObjectFactory.class
com.mchange.v2.c3p0.impl.C3P0PooledConnection$1ProxyCallableStatement.class
com.mchange.v2.c3p0.impl.C3P0PooledConnection$1ProxyPreparedStatement.class
com.mchange.v2.c3p0.impl.C3P0PooledConnection$1ProxyStatement.class
com.mchange.v2.c3p0.impl.C3P0PooledConnection$1WrapperStatementHelper.class
com.mchange.v2.c3p0.impl.C3P0PooledConnection$ProxyConnection.class
com.mchange.v2.c3p0.impl.C3P0PooledConnection$ProxyConnectionInvocationHandler.class
com.mchange.v2.c3p0.impl.C3P0PooledConnection$StatementProxyingSetManagedResultSet.class
com.mchange.v2.c3p0.impl.C3P0PooledConnection.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$C3P0PooledConnectionNestedLockLockFetcher.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ConnectionEventListenerImpl.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$InUseLockFetcher.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ResourceItselfInUseLockFetcher.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ThrowableHolderPool.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager$1.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager$1ContextClassLoaderPoolsInitThread.class
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.class
com.mchange.v2.c3p0.impl.DbAuth.class
com.mchange.v2.c3p0.impl.Debug.class
com.mchange.v2.c3p0.impl.DefaultConnectionTester$1.class
com.mchange.v2.c3p0.impl.DefaultConnectionTester$2.class
com.mchange.v2.c3p0.impl.DefaultConnectionTester$3.class
com.mchange.v2.c3p0.impl.DefaultConnectionTester$QuerylessTestRunner.class
com.mchange.v2.c3p0.impl.DefaultConnectionTester.class
com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase.class
com.mchange.v2.c3p0.impl.IdentityTokenResolvable.class
com.mchange.v2.c3p0.impl.IdentityTokenized.class
com.mchange.v2.c3p0.impl.IdentityTokenizedCoalesceChecker.class
com.mchange.v2.c3p0.impl.InternalPooledConnection.class
com.mchange.v2.c3p0.impl.JndiRefDataSourceBase.class
com.mchange.v2.c3p0.impl.NewPooledConnection.class
com.mchange.v2.c3p0.impl.NewProxyCallableStatement$1.class
com.mchange.v2.c3p0.impl.NewProxyCallableStatement.class
com.mchange.v2.c3p0.impl.NewProxyConnection$1.class
com.mchange.v2.c3p0.impl.NewProxyConnection.class
com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData$1.class
com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData.class
com.mchange.v2.c3p0.impl.NewProxyPreparedStatement$1.class
com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.class
com.mchange.v2.c3p0.impl.NewProxyResultSet$1.class
com.mchange.v2.c3p0.impl.NewProxyResultSet.class
com.mchange.v2.c3p0.impl.NewProxyStatement$1.class
com.mchange.v2.c3p0.impl.NewProxyStatement.class
com.mchange.v2.c3p0.impl.NullStatementSetManagedResultSet.class
com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.class
com.mchange.v2.c3p0.impl.ProxyResultSetDetachable.class
com.mchange.v2.c3p0.impl.SetManagedDatabaseMetaData.class
com.mchange.v2.c3p0.impl.SetManagedResultSet.class
com.mchange.v2.c3p0.impl.SnatchFromSetResultSet.class
com.mchange.v2.c3p0.impl.ThreadLocalQuerylessTestRunner$1.class
com.mchange.v2.c3p0.impl.ThreadLocalQuerylessTestRunner.class
com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase.class
com.mchange.v2.c3p0.jboss.C3P0PooledDataSource.class
com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean.class
com.mchange.v2.c3p0.jboss.Debug.class
com.mchange.v2.c3p0.management.ActiveManagementCoordinator.class
com.mchange.v2.c3p0.management.C3P0RegistryManager.class
com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean.class
com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean$1.class
com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean$AttrRec.class
com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean.class
com.mchange.v2.c3p0.management.ManagementCoordinator.class
com.mchange.v2.c3p0.management.NullManagementCoordinator.class
com.mchange.v2.c3p0.management.PooledDataSourceManager.class
com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean.class
com.mchange.v2.c3p0.mbean.C3P0PooledDataSource.class
com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean.class
com.mchange.v2.c3p0.mbean.Debug.class
com.mchange.v2.c3p0.stmt.Debug.class
com.mchange.v2.c3p0.stmt.DoubleMaxStatementCache.class
com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$1.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$1StmtAcquireTask.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$CautiousStatementDestructionManager$1TrackedDestroyAllStatementsTask.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$CautiousStatementDestructionManager$1TrackedStatementCloseTask.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$CautiousStatementDestructionManager.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$ConnectionStatementManager.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$Deathmarch.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$DeathmarchConnectionStatementManager.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$IncautiousStatementDestructionManager.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$KeyRec.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$SimpleConnectionStatementManager.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$StatementDestructionManager$1UncheckedStatementCloseTask.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache$StatementDestructionManager.class
com.mchange.v2.c3p0.stmt.GooGooStatementCache.class
com.mchange.v2.c3p0.stmt.MemoryCoalescedStatementCacheKey.class
com.mchange.v2.c3p0.stmt.PerConnectionMaxOnlyStatementCache.class
com.mchange.v2.c3p0.stmt.SimpleStatementCacheKey.class
com.mchange.v2.c3p0.stmt.StatementCache.class
com.mchange.v2.c3p0.stmt.StatementCacheBenchmark.class
com.mchange.v2.c3p0.stmt.StatementCacheKey.class
com.mchange.v2.c3p0.stmt.ValueIdentityStatementCacheKey$1.class
com.mchange.v2.c3p0.stmt.ValueIdentityStatementCacheKey.class
com.mchange.v2.c3p0.subst.C3P0Substitutions.class
com.mchange.v2.c3p0.subst.Debug.class
com.mchange.v2.c3p0.test.AlwaysFailConnectionTester.class
com.mchange.v2.c3p0.test.AlwaysFailDataSource.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$ConnectionAcquisitionTest.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$DataBaseMetaDataListNonexistentTablesTest.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$FiveThreadPSQueryTestTest$1QueryThread.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$FiveThreadPSQueryTestTest.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementAcquireTest.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$PreparedStatementEmptyTableSelectTest.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$ResultSetReadTest.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$StatementCreateTest.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$StatementEmptyTableSelectTest.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp$Test.class
com.mchange.v2.c3p0.test.C3P0BenchmarkApp.class
com.mchange.v2.c3p0.test.ConnectionDispersionTest$CompeteThread.class
com.mchange.v2.c3p0.test.ConnectionDispersionTest.class
com.mchange.v2.c3p0.test.Debug.class
com.mchange.v2.c3p0.test.FreezableDriverManagerDataSource$1.class
com.mchange.v2.c3p0.test.FreezableDriverManagerDataSource.class
com.mchange.v2.c3p0.test.InterruptedBatchTest.class
com.mchange.v2.c3p0.test.JavaBeanRefTest.class
com.mchange.v2.c3p0.test.JndiBindTest.class
com.mchange.v2.c3p0.test.JndiLookupTest.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
mchange-commons-java-0.2.10.jar
/com.mchange/mchange-commons-java/0.2.10
查看mchange-commons-java所有版本文件
|