Export and action module for selected triggers. |
|
Creator: | The creator of the trigger is specified in the creation script. |
|
CREATE: | Create option for trigger creation scripts: Trigger is created. |
CREATE IF NOT EXISTS: | Create a trigger if it doesn't exist. |
DROP & CREATE: | Trigger is deleted and recreated. |
CREATE OR REPLACE: | Trigger is created or replaced. For MariaDB databases only. |
|
Filename: | Filename for export files. |
Delimiter: | Program codes of the triggers are enclosed in delimiters. |
Append file name to individual files: | The specified file name is also included in the individual file export. |
Database name in file names: | The database name is included in the file names. |
Output single files with delimiters: | When exporting triggers to individual files, the program code is enclosed in delimiters. |
GZIP compression: | Files are exported or backed up GZip compressed. |
|
Show marked triggers as text: | The export file is shown as text in the SQL editor. |
Download marked triggers in one file: | Only one export file will be downloaded with the specified name containing all scripts. |
Download selected triggers as individual files: | A separate export file is downloaded for each trigger. |
|
Save marked triggers: | Triggers are saved in the script archive of the MyWAY SQL Manager. |
Delete selected triggers: | Triggers are deleted from the MySQL server (DROP). |
Invert Selection: | Inverts the selection markers. |