#include <veil_datatypes.h>
Collaboration diagram for BitmapRef:
A bitmapref is like a bitmap but instead of containing a bitmap it contains a reference to one. This reference may be set during a transaction and then referenced only from within the setting transaction.
Definition at line 215 of file veil_datatypes.h.
Data Fields | |
ObjType | type |
This must have the value OBJ_BITMAP_REF. | |
TransactionId | xid |
The xid for which this variable is valid. | |
Bitmap * | bitmap |
Bitmap * | bitmap |