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