public interface ConnectionRunnable
new ConnectionCallable<A>() {
public A call(Connection c) { return ...; }
}
Java Lambda:
(Connection c) -> ...| Modifier and Type | Method and Description |
|---|---|
void |
run(Connection connection) |
void run(Connection connection) throws SQLException
SQLException