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