public interface ConnectionProvider
It is left up to implementations to define how the connection is managed (pooled, etc.). However connections should behave consistently when closed, with regards to transactions, etc. I.e. no assumptions should be made on how connections might be used.
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
Connection getConnection() throws SQLException
SQLExceptionCopyright © 2018 Atlassian. All rights reserved.