| Package | Description |
|---|---|
| com.zaxxer.hikari.pool | |
| com.zaxxer.hikari.proxy |
| Modifier and Type | Method and Description |
|---|---|
void |
HikariPool.closeConnection(IHikariConnectionProxy connectionProxy)
Permanently close a connection.
|
void |
HikariPool.releaseConnection(IHikariConnectionProxy connectionProxy)
Release a connection back to the pool, or permanently close it if it
is broken.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionProxy
This is the proxy class for java.sql.Connection.
|
| Modifier and Type | Method and Description |
|---|---|
static IHikariConnectionProxy |
ProxyFactory.getProxyConnection(HikariPool pool,
Connection connection,
int defaultIsolationLevel,
boolean defaultAutoCommit,
boolean defaultIReadOnly,
String defaultCatalog)
Create a proxy for the specified
Connection instance. |
Copyright © 2014 Zaxxer.com. All rights reserved.