文件名称: c3p0-0.9.5.2.jar中文-英文对照文档.zip
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.2</version>
</dependency>Gradle:
implementation group: 'com.mchange', name: 'c3p0', version: '0.9.5.2'
Gradle (Short):
implementation 'com.mchange:c3p0:0.9.5.2'
Gradle (Kotlin):
implementation("com.mchange:c3p0:0.9.5.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.mchange.v2.c3p0
com.mchange.v2.c3p0.cfg
com.mchange.v2.c3p0.codegen
com.mchange.v2.c3p0.debug
com.mchange.v2.c3p0.example
com.mchange.v2.c3p0.filter
com.mchange.v2.c3p0.impl
com.mchange.v2.c3p0.jboss
com.mchange.v2.c3p0.management
com.mchange.v2.c3p0.mbean
com.mchange.v2.c3p0.servlet
com.mchange.v2.c3p0.stmt
com.mchange.v2.c3p0.subst
com.mchange.v2.c3p0.test
com.mchange.v2.c3p0.test.junit
com.mchange.v2.c3p0.util
com.mchange.v2.resourcepoolcom.mchange.v2.c3p0.AbstractComboPooledDataSource
com.mchange.v2.c3p0.AbstractConnectionCustomizer
com.mchange.v2.c3p0.AbstractConnectionTester
com.mchange.v2.c3p0.C3P0ProxyConnection
com.mchange.v2.c3p0.C3P0ProxyStatement
com.mchange.v2.c3p0.C3P0Registry
com.mchange.v2.c3p0.ComboPooledDataSource
com.mchange.v2.c3p0.ConnectionCustomizer
com.mchange.v2.c3p0.ConnectionTester
com.mchange.v2.c3p0.DataSources
com.mchange.v2.c3p0.DriverManagerDataSource
com.mchange.v2.c3p0.DriverManagerDataSourceFactory
com.mchange.v2.c3p0.FullQueryConnectionTester
com.mchange.v2.c3p0.JndiRefConnectionPoolDataSource
com.mchange.v2.c3p0.PoolBackedDataSource
com.mchange.v2.c3p0.PoolBackedDataSourceFactory
com.mchange.v2.c3p0.PoolConfig
com.mchange.v2.c3p0.PooledDataSource
com.mchange.v2.c3p0.QueryConnectionTester
com.mchange.v2.c3p0.SQLWarnings
com.mchange.v2.c3p0.UnifiedConnectionTester
com.mchange.v2.c3p0.WrapperConnectionPoolDataSource
com.mchange.v2.c3p0.cfg.C3P0Config
com.mchange.v2.c3p0.cfg.C3P0ConfigFinder
com.mchange.v2.c3p0.cfg.C3P0ConfigUtils
com.mchange.v2.c3p0.cfg.C3P0ConfigXmlUtils
com.mchange.v2.c3p0.cfg.DefaultC3P0ConfigFinder
com.mchange.v2.c3p0.codegen.BeangenDataSourceGenerator
com.mchange.v2.c3p0.codegen.C3P0ImplUtilsParentLoggerGeneratorExtension
com.mchange.v2.c3p0.codegen.JdbcProxyGenerator
com.mchange.v2.c3p0.codegen.UnsupportedParentLoggerGeneratorExtension
com.mchange.v2.c3p0.debug.AfterCloseLoggingComboPooledDataSource
com.mchange.v2.c3p0.debug.AfterCloseLoggingConnectionWrapper
com.mchange.v2.c3p0.debug.CloseLoggingComboPooledDataSource
com.mchange.v2.c3p0.debug.CloseLoggingConnectionWrapper
com.mchange.v2.c3p0.debug.ConstructionLoggingComboPooledDataSource
com.mchange.v2.c3p0.example.InitSqlConnectionCustomizer
com.mchange.v2.c3p0.example.IsValidOnlyConnectionTester30
com.mchange.v2.c3p0.filter.FilterDataSource
com.mchange.v2.c3p0.impl.AbstractIdentityTokenized
com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource
com.mchange.v2.c3p0.impl.AuthMaskingProperties
com.mchange.v2.c3p0.impl.C3P0Defaults
com.mchange.v2.c3p0.impl.C3P0ImplUtils
com.mchange.v2.c3p0.impl.C3P0JavaBeanObjectFactory
com.mchange.v2.c3p0.impl.C3P0PooledConnection
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager
com.mchange.v2.c3p0.impl.DbAuth
com.mchange.v2.c3p0.impl.DefaultConnectionTester
com.mchange.v2.c3p0.impl.DefaultConnectionTester.QuerylessTestRunner
com.mchange.v2.c3p0.impl.DriverManagerDataSourceBase
com.mchange.v2.c3p0.impl.IdentityTokenResolvable
com.mchange.v2.c3p0.impl.IdentityTokenized
com.mchange.v2.c3p0.impl.IdentityTokenizedCoalesceChecker
com.mchange.v2.c3p0.impl.JndiRefDataSourceBase
com.mchange.v2.c3p0.impl.NewPooledConnection
com.mchange.v2.c3p0.impl.NewProxyCallableStatement
com.mchange.v2.c3p0.impl.NewProxyConnection
com.mchange.v2.c3p0.impl.NewProxyDatabaseMetaData
com.mchange.v2.c3p0.impl.NewProxyPreparedStatement
com.mchange.v2.c3p0.impl.NewProxyResultSet
com.mchange.v2.c3p0.impl.NewProxyStatement
com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase
com.mchange.v2.c3p0.impl.ProxyResultSetDetachable
com.mchange.v2.c3p0.impl.WrapperConnectionPoolDataSourceBase
com.mchange.v2.c3p0.jboss.C3P0PooledDataSource
com.mchange.v2.c3p0.jboss.C3P0PooledDataSourceMBean
com.mchange.v2.c3p0.management.ActiveManagementCoordinator
com.mchange.v2.c3p0.management.C3P0RegistryManager
com.mchange.v2.c3p0.management.C3P0RegistryManagerMBean
com.mchange.v2.c3p0.management.DynamicPooledDataSourceManagerMBean
com.mchange.v2.c3p0.management.ManagementCoordinator
com.mchange.v2.c3p0.management.NullManagementCoordinator
com.mchange.v2.c3p0.management.PooledDataSourceManager
com.mchange.v2.c3p0.management.PooledDataSourceManagerMBean
com.mchange.v2.c3p0.mbean.C3P0PooledDataSource
com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean
com.mchange.v2.c3p0.servlet.C3P0StatusServlet
com.mchange.v2.c3p0.stmt.DoubleMaxStatementCache
com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache
com.mchange.v2.c3p0.stmt.GooGooStatementCache
com.mchange.v2.c3p0.stmt.GooGooStatementCache.ConnectionStatementManager
com.mchange.v2.c3p0.stmt.GooGooStatementCache.SimpleConnectionStatementManager
com.mchange.v2.c3p0.stmt.PerConnectionMaxOnlyStatementCache
com.mchange.v2.c3p0.stmt.StatementCache
com.mchange.v2.c3p0.stmt.StatementCacheBenchmark
com.mchange.v2.c3p0.subst.C3P0Substitutions
com.mchange.v2.c3p0.test.AlwaysFailConnectionTester
com.mchange.v2.c3p0.test.AlwaysFailDataSource
com.mchange.v2.c3p0.test.C3P0BenchmarkApp
com.mchange.v2.c3p0.test.ConnectionDispersionTest
com.mchange.v2.c3p0.test.FreezableDriverManagerDataSource
com.mchange.v2.c3p0.test.InterruptedBatchTest
com.mchange.v2.c3p0.test.JavaBeanRefTest
com.mchange.v2.c3p0.test.JndiBindTest
com.mchange.v2.c3p0.test.JndiLookupTest
com.mchange.v2.c3p0.test.ListTablesTest
com.mchange.v2.c3p0.test.LoadPoolBackedDataSource
com.mchange.v2.c3p0.test.OneThreadRepeatedInsertOrQueryTest
com.mchange.v2.c3p0.test.PSLoadPoolBackedDataSource
com.mchange.v2.c3p0.test.ProxyWrappersTest
com.mchange.v2.c3p0.test.RawConnectionOpTest
com.mchange.v2.c3p0.test.StatsTest
com.mchange.v2.c3p0.test.TestConnectionCustomizer
com.mchange.v2.c3p0.test.TestRefSerStuff
com.mchange.v2.c3p0.test.junit.C3P0JUnitTestCaseBase
com.mchange.v2.c3p0.test.junit.ConnectionPropertiesResetJUnitTestCase
com.mchange.v2.c3p0.test.junit.MarshallUnmarshallDataSourcesJUnitTestCase
com.mchange.v2.c3p0.util.CloseReportingConnectionWrapper
com.mchange.v2.c3p0.util.ConnectionEventSupport
com.mchange.v2.c3p0.util.IsValidOnlyConnectionTester
com.mchange.v2.c3p0.util.StatementEventSupport
com.mchange.v2.c3p0.util.TestUtils
com.mchange.v2.resourcepool.BasicResourcePoolFactory
com.mchange.v2.resourcepool.CannotAcquireResourceException
com.mchange.v2.resourcepool.EventSupportingResourcePool
com.mchange.v2.resourcepool.NoGoodResourcesException
com.mchange.v2.resourcepool.ResourcePool
com.mchange.v2.resourcepool.ResourcePool.Manager
com.mchange.v2.resourcepool.ResourcePoolEvent
com.mchange.v2.resourcepool.ResourcePoolEventSupport
com.mchange.v2.resourcepool.ResourcePoolException
com.mchange.v2.resourcepool.ResourcePoolFactory
com.mchange.v2.resourcepool.ResourcePoolListener
com.mchange.v2.resourcepool.TimeoutException