Export and action module for selected procedures. |
|
Creator: | The creator of the procedure is specified in the creation script. |
Security type: | The security type of the procedure is specified in the creation script. |
SQL data access: | The type of SQL data access of the procedure is specified in the creation script. |
Comment: | The comment given for the procedure in the build script. |
|
CREATE: | Creation option for procedure creation scripts: Procedure is created. |
CREATE IF NOT EXISTS: | Create a procedure if it doesn't exist. |
DROP & CREATE: | Procedure is dropped and recreated. |
CREATE OR REPLACE: | Procedure is created or replaced. For MariaDB databases only. |
|
Filename: | Filename for export files. |
Delimiter: | Program codes of procedures 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 procedures to individual files, the program code is enclosed in delimiters. |
GZIP compression: | Files are exported or backed up GZip compressed. |
|
Show selected procedures as text: | The export file is shown as text in the SQL editor. |
Download selected procedures in one file: | Only one export file will be downloaded with the specified name containing all scripts. |
Download selected procedures as individual files: | A separate export file is downloaded for each procedure. |
|
Save marked procedures: | Procedures are saved in the script archive of the MyWAY SQL Manager. |
Delete marked procedures: | Procedures are deleted from the MySQL server (DROP). |
Invert Selection: | Inverts the selection markers. |