This graph shows which files directly or indirectly include this file:
Defines | |
#define | US_MASK 0x0007 |
#define | LS_MASK 0x0038 |
#define | WS_MASK 0x01C0 |
#define | RS_MASK 0x0E00 |
Enumerations | |
enum | UpdatingStrategy { US_Default = 0x0001, US_Current = 0x0002, US_Inherited = 0x0003, US_OnDemand = 0x0004, US_Immediately = 0x0005 } |
enum | LockingStrategy { LS_Default = 0x0008, LS_Current = 0x0010, LS_Inherited = 0x0018, LS_None = 0x0020, LS_Shared = 0x0028, LS_Exclusive = 0x0030 } |
enum | WaitingStrategy { WS_Default = 0x0040, WS_Current = 0x0080, WS_Inherited = 0x00C0, WS_Wait = 0x0100, WS_Nowait = 0x0140 } |
enum | ReadingStrategy { RS_Default = 0x0200, RS_Current = 0x0400, RS_Inherited = 0x0600, RS_Cache = 0x0800, RS_Database = 0x0A00, RS_Timestamp = 0x0C00 } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|