Collaboration diagram for Identifiers:
![]() |
The following persistent storage structures have identifiers, not all of which(ids) are persistent:
Classes | |
struct | devid_t |
Internal Device ID. More... | |
struct | lvid_t |
long volume ID. See Identifiers. More... | |
struct | stid_t |
Store ID. See Identifiers. More... | |
class | tid_t |
Transaction ID. More... | |
struct | vid_t |
Volume ID. See Identifiers. More... | |
class | shrid_t |
Short Record ID. More... | |
class | rid_t |
Record ID. More... | |
Typedefs | |
typedef uint4_t | snum_t |
Store Number. | |
typedef w_base_t::uint4_t | extnum_t |
Extent Number. |
typedef uint4_t snum_t |
Store Number.
This type represents a store number, used when the volume id is implied somehow.
See Identifiers.
typedef w_base_t::uint4_t extnum_t |