Struct ViewPrivileges¶
-
struct
ViewPrivileges
¶ Public Static Attributes
-
const int32_t
ALL
= -1¶
-
const int32_t
CREATE_VIEW
= 1 << 0¶
-
const int32_t
DROP_VIEW
= 1 << 1¶
-
const int32_t
SELECT_FROM_VIEW
= 1 << 2¶
-
const int32_t
INSERT_INTO_VIEW
= 1 << 3¶
-
const int32_t
UPDATE_IN_VIEW
= 1 << 4¶
-
const int32_t
DELETE_FROM_VIEW
= 1 << 5¶
-
const int32_t
TRUNCATE_VIEW
= 1 << 6¶
-
const int32_t
ALL_MIGRATE
= CREATE_VIEW | DROP_VIEW | SELECT_FROM_VIEW | INSERT_INTO_VIEW¶
-
const int32_t