static void |
Jdbcs.doTransaction(Callable<Connection> supplier,
ThrowableExecution executable) |
static <V> V |
Jdbcs.doTransaction(Callable<Connection> supplier,
ThrowableSupplier<V> callable) |
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 void |
Jdbcs.doWithConnection(Callable<Connection> supplier,
ThrowableExecutionWithArgs1<Connection> executable) |
static <V> V |
Jdbcs.doWithConnection(Callable<Connection> supplier,
ThrowableSupplierWithArgs1<Connection,V> executable) |
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) |