public class DBConnectionPool
extends java.lang.Object
Constructor and Description |
---|
DBConnectionPool() |
Modifier and Type | Method and Description |
---|---|
static java.sql.Connection |
aquireConnection() |
DBConnectionPool |
getInstance() |
static void |
releaseConnection(java.sql.Connection reusable) |
public DBConnectionPool getInstance()
public static java.sql.Connection aquireConnection() throws java.sql.SQLException
java.sql.SQLException
public static void releaseConnection(java.sql.Connection reusable)