|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.eCommerceAdmin.ConnectionManager
Handles database connections for an eCommerce application.
| Constructor Summary | |
ConnectionManager()
|
|
| Method Summary | |
java.sql.Connection |
getConnection()
|
static ConnectionManager |
getInstance()
Singleton pattern access method. |
java.lang.String |
getQuery(java.lang.String queryName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConnectionManager()
| Method Detail |
public static ConnectionManager getInstance()
public java.sql.Connection getConnection()
throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getQuery(java.lang.String queryName)
throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||