@FunctionalInterface public static interface JdbcReadSide.ConnectionBiConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Connection connection,
T t)
Accept the connection and a parameter.
|
void accept(Connection connection, T t) throws SQLException
connection - The connectiont - The first parameter.SQLException