| Package | Description |
|---|---|
| io.agroal.pool | |
| io.agroal.pool.wrapper |
| Modifier and Type | Method and Description |
|---|---|
ConnectionWrapper |
ConnectionHandler.newConnectionWrapper() |
ConnectionWrapper |
ConnectionHandler.newDetachedConnectionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionHandler.onConnectionWrapperClose(ConnectionWrapper wrapper,
ConnectionWrapper.JdbcResourcesLeakReport leakReport) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionWrapper |
StatementWrapper.connection |
| Constructor and Description |
|---|
CallableStatementWrapper(ConnectionWrapper connectionWrapper,
CallableStatement statement,
boolean trackJdbcResources) |
PreparedStatementWrapper(ConnectionWrapper connectionWrapper,
PreparedStatement statement,
boolean trackJdbcResources) |
StatementWrapper(ConnectionWrapper connectionWrapper,
Statement statement,
boolean trackResources) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.