static void |
Jdbcs.doWithConnection(Callable<Connection> supplier,
ThrowableExecutionWithArgs1<Connection> executable) |
static void |
Jdbcs.doWithConnection(DataSource dataSource,
ThrowableExecutionWithArgs1<Connection> executable) |
static Returnee<Boolean,Throwable> |
Jdbcs.doWithConnectionQuietly(Callable<Connection> supplier,
ThrowableExecutionWithArgs1<Connection> executable) |
static Returnee<Boolean,Throwable> |
Jdbcs.doWithConnectionQuietly(DataSource dataSource,
ThrowableExecutionWithArgs1<Connection> executable) |