static Returnee<Boolean,Throwable> |
Jdbcs.doTransactionQuietly(Callable<Connection> supplier,
ThrowableExecution executable) |
static <V> Returnee<V,Throwable> |
Jdbcs.doTransactionQuietly(Callable<Connection> supplier,
ThrowableSupplier<V> callable) |
static Returnee<Boolean,Throwable> |
Jdbcs.doTransactionQuietly(Connection conn,
ThrowableExecution executable) |
static <V> Returnee<V,Throwable> |
Jdbcs.doTransactionQuietly(Connection conn,
ThrowableSupplier<V> callable) |
static Returnee<Boolean,Throwable> |
Jdbcs.doTransactionQuietly(DataSource dataSource,
ThrowableExecution executable) |
static <V> Returnee<V,Throwable> |
Jdbcs.doTransactionQuietly(DataSource dataSource,
ThrowableSupplier<V> callable) |
static Returnee<Boolean,Throwable> |
Jdbcs.doWithConnectionQuietly(Callable<Connection> supplier,
ThrowableExecutionWithArgs1<Connection> executable) |
static <V> Returnee<V,Throwable> |
Jdbcs.doWithConnectionQuietly(Callable<Connection> supplier,
ThrowableSupplierWithArgs1<Connection,V> executable) |
static Returnee<Boolean,Throwable> |
Jdbcs.doWithConnectionQuietly(DataSource dataSource,
ThrowableExecutionWithArgs1<Connection> executable) |
static <V> Returnee<V,Throwable> |
Jdbcs.doWithConnectionQuietly(DataSource dataSource,
ThrowableSupplierWithArgs1<Connection,V> executable) |