@Authors(value="Nikolche Mihajlovski") @Since(value="4.1.0") public interface ConnectionPool
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection(String jdbcUrl) |
Connection |
getConnection(String jdbcUrl,
String username,
String password) |
void |
releaseConnection(Connection connection) |
Connection getConnection(String jdbcUrl) throws SQLException
SQLExceptionConnection getConnection(String jdbcUrl, String username, String password) throws SQLException
SQLExceptionvoid releaseConnection(Connection connection) throws SQLException
SQLExceptionCopyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.