| Class | Description |
|---|---|
| HikariPool |
This is the primary connection pool class that provides the basic
pooling behavior for HikariCP.
|
| HikariPool.CompletableFuture<T> | |
| ProxyCallableStatement |
This is the proxy class for java.sql.CallableStatement.
|
| ProxyConnection |
This is the proxy class for java.sql.Connection.
|
| ProxyFactory |
A factory class that produces proxies around instances of the standard
JDBC interfaces.
|
| ProxyPreparedStatement |
This is the proxy class for java.sql.PreparedStatement.
|
| ProxyResultSet |
This is the proxy class for java.sql.ResultSet.
|
| ProxyStatement |
This is the proxy class for java.sql.Statement.
|
| Exception | Description |
|---|---|
| HikariPool.PoolInitializationException |
Copyright © 2017 Zaxxer.com. All Rights Reserved.