@FunctionalInterface public interface ConnectionFactory extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
Connection |
openConnection() |
Connection openConnection() throws SQLException
SQLExceptiondefault void close()
throws SQLException
close in interface AutoCloseableSQLExceptionCopyright © 2012–2019. All rights reserved.