#include <ObjectLocation.h>
Public Member Functions | |
| const Oid & | getOid () const |
| Not yet documented. | |
| short | getDspid () const |
| Not yet documented. | |
| short | getDatid () const |
| Not yet documented. | |
| unsigned int | getSize () const |
| Not yet documented. | |
| const Info & | getInfo () const |
| Not yet documented. | |
| unsigned int | getSlotStartNum () const |
| Not yet documented. | |
| unsigned int | getSlotEndNum () const |
| Not yet documented. | |
| unsigned int | getDatStartPagenum () const |
| Not yet documented. | |
| unsigned int | getDatEndPagenum () const |
| Not yet documented. | |
| unsigned int | getOmpStartPagenum () const |
| Not yet documented. | |
| unsigned int | getOmpEndPagenum () const |
| Not yet documented. | |
| unsigned int | getDmpStartPagenum () const |
| Not yet documented. | |
| unsigned int | getDmpEndPagenum () const |
| Not yet documented. | |
| ObjectLocation (Database *_db=0) | |
| Not yet documented. | |
| ObjectLocation (const Oid &_oid, short _dspid, short _datid, const Info &_info) | |
| Not yet documented. | |
| ObjectLocation & | operator() (Database *_db) |
| Not yet documented. | |
| void | set (const Oid &_oid, short _dspid, short _datid, const Info &_info) |
| Not yet documented. | |
Classes | |
| struct | Info |
Definition at line 41 of file ObjectLocation.h.
| eyedb::ObjectLocation::ObjectLocation | ( | Database * | _db = 0 |
) | [inline] |
| eyedb::ObjectLocation::ObjectLocation | ( | const Oid & | _oid, | |
| short | _dspid, | |||
| short | _datid, | |||
| const Info & | _info | |||
| ) | [inline] |
Not yet documented.
| _oid | ||
| _dspid | ||
| _datid | ||
| _info |
Definition at line 149 of file ObjectLocation.h.
| const Oid& eyedb::ObjectLocation::getOid | ( | ) | const [inline] |
| short eyedb::ObjectLocation::getDspid | ( | ) | const [inline] |
| short eyedb::ObjectLocation::getDatid | ( | ) | const [inline] |
| unsigned int eyedb::ObjectLocation::getSize | ( | ) | const [inline] |
| const Info& eyedb::ObjectLocation::getInfo | ( | ) | const [inline] |
| unsigned int eyedb::ObjectLocation::getSlotStartNum | ( | ) | const [inline] |
| unsigned int eyedb::ObjectLocation::getSlotEndNum | ( | ) | const [inline] |
| unsigned int eyedb::ObjectLocation::getDatStartPagenum | ( | ) | const [inline] |
| unsigned int eyedb::ObjectLocation::getDatEndPagenum | ( | ) | const [inline] |
| unsigned int eyedb::ObjectLocation::getOmpStartPagenum | ( | ) | const [inline] |
| unsigned int eyedb::ObjectLocation::getOmpEndPagenum | ( | ) | const [inline] |
| unsigned int eyedb::ObjectLocation::getDmpStartPagenum | ( | ) | const [inline] |
| unsigned int eyedb::ObjectLocation::getDmpEndPagenum | ( | ) | const [inline] |
| ObjectLocation& eyedb::ObjectLocation::operator() | ( | Database * | _db | ) | [inline] |
| void eyedb::ObjectLocation::set | ( | const Oid & | _oid, | |
| short | _dspid, | |||
| short | _datid, | |||
| const Info & | _info | |||
| ) | [inline] |
Not yet documented.
| _oid | ||
| _dspid | ||
| _datid | ||
| _info |
Definition at line 168 of file ObjectLocation.h.
1.5.3