Definition at line 68 of file modules-gw.h.
| static void OSB_DB::ModuleGw::fetch | ( | const Session & | session, | |
| std::list< OSB_LIB::Module > * | dest | |||
| ) | [static] |
Read all modules from the database.
| session | Database session to use. | |
| dest | STL container to populate. It is cleared inside the function. |
| static bool OSB_DB::ModuleGw::incObjVs | ( | const Session & | session, | |
| OSB_LIB::Module & | module | |||
| ) | [static] |
Increment the object version of a module.
| session | Database session to use. | |
| module | The module for which to increase the object version. |
| static OSB_LIB::ObjectStatus OSB_DB::ModuleGw::lock | ( | const Session & | session, | |
| const OSB_LIB::Module & | module, | |||
| bool | noWait | |||
| ) | [static] |
Lock a module in the database.
| session | Database session to use. | |
| module | The module to lock. | |
| noWait | Don't wait if locked by another session? |
1.4.7