Go to the documentation of this file. 23 #ifndef _DBTRAN_DEF_H_ 24 #define _DBTRAN_DEF_H_ 54 #define IS_VALID_ISOLATION_LEVEL(isolation_level) \ 55 (TRAN_MINVALUE_ISOLATION <= (isolation_level) \ 56 && (isolation_level) <= TRAN_MAXVALUE_ISOLATION) 58 #define TRAN_DEFAULT_ISOLATION_LEVEL() (TRAN_DEFAULT_ISOLATION) 60 #define TRAN_ASYNC_WS_BIT 0x10 61 #define TRAN_ISO_LVL_BITS 0x0F 63 #endif // _DBTRAN_DEF_H_