Definition at line 12 of file DBConfig.java.
Static Public Member Functions | |
void | init () |
synchronized Connection | getConnection () |
DBConnectionManager | getDBConnectionManager () |
Static Public Attributes | |
String | JETWEB |
Static Private Attributes | |
DBConnectionManager | db = new DBConnectionManager() |
|
Definition at line 25 of file DBConfig.java. References DBConnectionManager.getConnection(). 00025 { 00026 return(db.getConnection()); 00027 }
|
|
Definition at line 29 of file DBConfig.java. 00029 {
00030 return(db);
00031 }
|
|
Definition at line 19 of file DBConfig.java. References DBConnectionManager.init().
|
|
Definition at line 15 of file DBConfig.java. |
|
Definition at line 14 of file DBConfig.java. |
Generated Wed Jan 17 09:14:27 GMT 2007