| Package | Description |
|---|---|
| io.agroal.pool | |
| io.agroal.pool.wrapper |
| Modifier and Type | Method and Description |
|---|---|
ConnectionWrapper |
ConnectionHandler.connectionWrapper() |
ConnectionWrapper |
ConnectionHandler.detachedWrapper() |
| 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 © 2023 JBoss by Red Hat. All rights reserved.