public interface ConnectionCallback<R>
| Modifier and Type | Method and Description |
|---|---|
R |
handle(String dataSourceName,
DataSource dataSource,
Connection connection) |
R handle(@Nonnull String dataSourceName, @Nonnull DataSource dataSource, @Nonnull Connection connection) throws SQLException
SQLException