@FunctionalInterface public interface ConnectionSupplier
| Modifier and Type | Method and Description |
|---|---|
Connection |
get()
Returns a connection to the database (typically from a connection pool).
|
Connection get() throws SQLException
SQLExceptionCopyright © 2017–2024. All rights reserved.