#include <ittia/dbxx/dbxx_object_id.h>
List of all members.
Detailed Description
A unique identifier for an object in the database, such as a table or row.
|
Public Member Functions |
|
bool | is_empty () const |
|
bool | operator== (const ObjectId &o) const |
|
bool | operator!= (const ObjectId &o) const |
|
const db_oid_t & | oid () const |
Protected Member Functions |
| | ObjectId (const ObjectId &) |
| const ObjectId & | operator= (const ObjectId &) |
|
void | _attach_oid (Database *, const db_oid_t *) |
Protected Attributes |
|
Database * | cur_db |
|
db_oid_t | cur_oid |
Friends |
|
class | ObjectLock |