MySQL 9.7.0
Source Code Documentation
object_policy_bits.h File Reference

Go to the source code of this file.

Macros

#define USER_IN   (1 << 0)
 
#define USER_NOT_IN   (1 << 1)
 
#define ROLE_IN   (1 << 2)
 
#define ROLE_NO_IN   (1 << 3)
 

Typedefs

typedef int data_masking_policy_list_type
 

Macro Definition Documentation

◆ ROLE_IN

#define ROLE_IN   (1 << 2)

◆ ROLE_NO_IN

#define ROLE_NO_IN   (1 << 3)

◆ USER_IN

#define USER_IN   (1 << 0)

◆ USER_NOT_IN

#define USER_NOT_IN   (1 << 1)

Typedef Documentation

◆ data_masking_policy_list_type