@Authors(value="Nikolche Mihajlovski") @Since(value="4.1.0") public class NoConnectionPool extends org.rapidoid.RapidoidThing implements ConnectionPool
| Constructor and Description |
|---|
NoConnectionPool() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection(String jdbcUrl) |
Connection |
getConnection(String jdbcUrl,
String username,
String password) |
void |
releaseConnection(Connection connection) |
public Connection getConnection(String jdbcUrl) throws SQLException
getConnection in interface ConnectionPoolSQLExceptionpublic Connection getConnection(String jdbcUrl, String username, String password) throws SQLException
getConnection in interface ConnectionPoolSQLExceptionpublic void releaseConnection(Connection connection) throws SQLException
releaseConnection in interface ConnectionPoolSQLExceptionCopyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.