Veil
|
Subtype of Object for storing bitmap refs. More...
#include <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 |
Pointer to the referenced bitmap. | |
Subtype of Object for storing bitmap refs.
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 330 of file veil_datatypes.h.