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