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