static <V> V |
Jdbcs.doWithConnection(Callable<Connection> supplier,
ThrowableSupplierWithArgs1<Connection,V> executable) |
static <V> V |
Jdbcs.doWithConnection(DataSource dataSource,
ThrowableSupplierWithArgs1<Connection,V> executable) |
static <V> Returnee<V,Throwable> |
Jdbcs.doWithConnectionQuietly(Callable<Connection> supplier,
ThrowableSupplierWithArgs1<Connection,V> executable) |
static <V> Returnee<V,Throwable> |
Jdbcs.doWithConnectionQuietly(DataSource dataSource,
ThrowableSupplierWithArgs1<Connection,V> executable) |