@FunctionalInterface public static interface JdbcReadSide.ConnectionConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Connection connection)
Accept the connection.
|
void accept(Connection connection) throws SQLException
connection - The connectionSQLException