The Database class provides an interface to a database.
More...
#include <MemoryX/components/CommonStorage/Database.h>
|
| Database (const CommonStorageInterfacePtr &dbConn, const std::string &dbName) |
|
void | dropCollection (const ::std::string &collName, const ::Ice::Current &=Ice::emptyCurrent) override |
|
Ice::Identity | getIceId () const |
|
std::string | getName (const ::Ice::Current &=Ice::emptyCurrent) override |
|
void | releaseCollection (const ::memoryx::CollectionInterfacePrx &coll, const ::Ice::Current &=Ice::emptyCurrent) override |
|
CollectionInterfacePrx | requestCollection (const ::std::string &collName, const ::Ice::Current &=Ice::emptyCurrent) override |
|
| ~Database () override |
|
The Database class provides an interface to a database.
Definition at line 35 of file Database.h.
◆ Database()
Database |
( |
const CommonStorageInterfacePtr & |
dbConn, |
|
|
const std::string & |
dbName |
|
) |
| |
◆ ~Database()
◆ dropCollection()
void dropCollection |
( |
const ::std::string & |
collName, |
|
|
const ::Ice::Current & |
c = Ice::emptyCurrent |
|
) |
| |
|
override |
◆ getIceId()
Ice::Identity getIceId |
( |
| ) |
const |
◆ getName()
std::string getName |
( |
const ::Ice::Current & |
= Ice::emptyCurrent | ) |
|
|
override |
◆ releaseCollection()
void releaseCollection |
( |
const ::memoryx::CollectionInterfacePrx & |
coll, |
|
|
const ::Ice::Current & |
c = Ice::emptyCurrent |
|
) |
| |
|
override |
◆ requestCollection()
CollectionInterfacePrx requestCollection |
( |
const ::std::string & |
collName, |
|
|
const ::Ice::Current & |
= Ice::emptyCurrent |
|
) |
| |
|
override |
The documentation for this class was generated from the following files: