Export and action module for selected views. |
|
Creator: | The creator of the view is specified in the creation script. |
Security type: | The security type of the view is specified in the creation script. |
Algorithm: | The algorithm of the view is specified in the creation script. |
Check option: | The check option of the view is specified in the creation script. |
Database: | The view's database is specified in the creation script. |
|
CREATE: | Creation option for view creation scripts: View is created. |
CREATE IF NOT EXISTS: | Create a view if it doesn't exist. |
DROP & CREATE: | View is deleted and recreated. |
CREATE OR REPLACE: | View is created or replaced. For MariaDB databases only. |
Table definition: | A table creation (CREATE TABLE) is created for the views. |
View definition: | A view creation (CREATE VIEW) is created for the views. |
|
Filename: | Filename for export files. |
Delimiter: | View 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 individual files with delimiters: | When exporting views to individual files, the program code is enclosed in delimiters. |
Unformatted code: | The creation scripts for views are not formatted by the MyWAY SQL Manager. |
GZIP compression: | Files are exported or backed up GZip compressed. |
|
Show selected views as text: | The export file is shown as text in the SQL editor. |
Download selected views in one file: | Only one export file will be downloaded with the specified name containing all scripts. |
Download selected views as individual files: | A separate export file is downloaded for each view. |
|
Save selected views: | Views are saved in the script archive of the MyWAY SQL Manager. |
Delete selected views: | Views are deleted from the MySQL server (DROP). |
Invert selection: | Inverts the selection markers. |