Structsยง
- This struct represents encapsulates the differences between two instances of privilege sets for a single user on a single database.
Enumsยง
- This enum represents a change for a single privilege.
- This enum encapsulates whether a
DatabasePrivilegeRow
was intrduced, modified or deleted.
Constantsยง
- EDITOR_
COMMENT ๐
Functionsยง
- This function calculates the differences between two sets of database privileges. It returns a set of
DatabasePrivilegesDiff
that can be used to display or apply a set of privilege modifications to the database. - Displays the difference between two sets of database privileges.
- editor_
row_ ๐is_ header - Generates a single row of the privileges table for the editor.
- Generates the content for the privilege editor.
- Parse a single row of the privileges table from the editor.
- See documentation for [
DatabaseCommand::EditDbPrivs
].