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