Module editor

Module editor 

Source
Expand description

This module contains serialization and deserialization logic for editing database privileges in a text editor.

Enumsยง

PrivilegeRowParseResult ๐Ÿ”’

Constantsยง

EDITOR_COMMENT ๐Ÿ”’

Functionsยง

editor_row_is_header ๐Ÿ”’
format_privileges_line_for_editor
Generates a single row of the privileges table for the editor.
generate_editor_content_from_privilege_data
Generates the content for the privilege editor.
parse_privilege_cell_from_editor ๐Ÿ”’
parse_privilege_data_from_editor_content
parse_privilege_row_from_editor ๐Ÿ”’
Parse a single row of the privileges table from the editor.