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