jar

org.vibur : vibur-dbcp

Maven & Gradle

Nov 30, 2019
23 usages
92 stars

Vibur Database Connections Pool · Concurrent, fast, and fully-featured JDBC connection pool, which provides a non-starvation guarantee for application threads, slow SQL queries detection and logging, and Hibernate integration, among other features.

Table Of Contents

Latest Version

Download org.vibur : vibur-dbcp JAR file - Latest Versions:

All Versions

Download org.vibur : vibur-dbcp JAR file - All Versions:

Version Vulnerabilities Size Updated
25.0
24.0
22.2
22.1
22.0
21.3
21.2
21.1
21.0
20.0
19.2
19.1
19.0
18.0
17.1
17.0
16.2
16.1
16.0
15.0
14.0
13.0
12.0
11.0
10.0
9.0
8.0
7.0
6.1
6.0
5.0
4.0
3.0
1.2.x
1.1.x
1.0.x
0.8.x

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 vibur-dbcp-25.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.vibur.dbcp.util

├─ org.vibur.dbcp.util.JdbcUtils.class - [JAR]

├─ org.vibur.dbcp.util.ViburUtils.class - [JAR]

org.vibur.dbcp.stcache

├─ org.vibur.dbcp.stcache.ClhmStatementCache.class - [JAR]

├─ org.vibur.dbcp.stcache.StatementCache.class - [JAR]

├─ org.vibur.dbcp.stcache.StatementHolder.class - [JAR]

├─ org.vibur.dbcp.stcache.StatementMethod.class - [JAR]

org.vibur.dbcp.pool

├─ org.vibur.dbcp.pool.ConnHolder.class - [JAR]

├─ org.vibur.dbcp.pool.ConnectionFactory.class - [JAR]

├─ org.vibur.dbcp.pool.Connector.class - [JAR]

├─ org.vibur.dbcp.pool.DefaultHook.class - [JAR]

├─ org.vibur.dbcp.pool.Hook.class - [JAR]

├─ org.vibur.dbcp.pool.HookHolder.class - [JAR]

├─ org.vibur.dbcp.pool.PoolOperations.class - [JAR]

├─ org.vibur.dbcp.pool.PoolReducer.class - [JAR]

├─ org.vibur.dbcp.pool.TakenConnection.class - [JAR]

├─ org.vibur.dbcp.pool.TakenConnectionsFormatter.class - [JAR]

├─ org.vibur.dbcp.pool.ViburListener.class - [JAR]

├─ org.vibur.dbcp.pool.ViburObjectFactory.class - [JAR]

org.vibur.dbcp

├─ org.vibur.dbcp.ViburConfig.class - [JAR]

├─ org.vibur.dbcp.ViburDBCPDataSource.class - [JAR]

├─ org.vibur.dbcp.ViburDBCPException.class - [JAR]

├─ org.vibur.dbcp.ViburDBCPObjectFactory.class - [JAR]

├─ org.vibur.dbcp.ViburDataSource.class - [JAR]

├─ org.vibur.dbcp.ViburMonitoring.class - [JAR]

├─ org.vibur.dbcp.ViburMonitoringMBean.class - [JAR]

org.vibur.dbcp.proxy

├─ org.vibur.dbcp.proxy.AbstractInvocationHandler.class - [JAR]

├─ org.vibur.dbcp.proxy.ChildObjectInvocationHandler.class - [JAR]

├─ org.vibur.dbcp.proxy.ConnectionInvocationHandler.class - [JAR]

├─ org.vibur.dbcp.proxy.ExceptionCollector.class - [JAR]

├─ org.vibur.dbcp.proxy.Proxy.class - [JAR]

├─ org.vibur.dbcp.proxy.ResultSetInvocationHandler.class - [JAR]

├─ org.vibur.dbcp.proxy.StatementInvocationHandler.class - [JAR]