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) |
abstract Connection org.openmobileis.common.util.database.ManagerDB.getConnection | ( | ) | throws java.sql.SQLException [pure virtual] |
getConnection() return a free connection or null if all the connections are used after a given time out
: | None |
: | None |
Implemented in org.openmobileis.common.util.database.JdbcPoolManagerDB.
Referenced by org.openmobileis.examples.server.synchro.BaseDataFODBSyncTarget.updateCollectionObject().
abstract void org.openmobileis.common.util.database.ManagerDB.disconnect | ( | ) | [pure virtual] |
disconnect() method allows to close the database
None |
SQLException |
Implemented in org.openmobileis.common.util.database.JdbcPoolManagerDB.