|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.plugin.api.ConnectionPool
public final class ConnectionPool
Used to get database connection from the pool.
Usage: ConnectionPool.getConnection();
| Constructor Summary | |
|---|---|
ConnectionPool()
|
|
| Method Summary | |
|---|---|
static java.sql.Connection |
getConnection()
Gets the database connection |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionPool()
| Method Detail |
|---|
public static java.sql.Connection getConnection()
throws java.sql.SQLException
java.sql.SQLException - Sql exception
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||