Inheritance diagram for org.openmobileis.common.util.database.ManagerDB:
Definition at line 41 of file ManagerDB.java.
Public Member Functions | |
abstract Connection | getConnection () throws java.sql.SQLException |
getConnection() return a free connection or null if all the connections are used after a given time out | |
abstract void | disconnect () |
disconnect() method allows to close the database | |
Static Public Member Functions | |
static ManagerDB | getManager () |
static void | registerManager (ManagerDB m) |
|
disconnect() method allows to close the database
Implemented in org.openmobileis.common.util.database.JdbcPoolManagerDB. |
|
getConnection() return a free connection or null if all the connections are used after a given time out
Implemented in org.openmobileis.common.util.database.JdbcPoolManagerDB. |