@FunctionalInterface public static interface JdbcSession.ConnectionFunction<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(Connection connection)
Execute this function with the connection.
|
T apply(Connection connection) throws SQLException
connection - The connectionSQLException