Veil
BitmapRef Struct Reference

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.
 
Bitmapbitmap
 Pointer to the referenced bitmap.
 

Detailed Description

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.


The documentation for this struct was generated from the following files: