MongoDB
Following sections explain the forward engineering options for MongoDB.
Parameter |
Description |
Additional Information |
---|---|---|
Option Set | Specifies options to manage Option Sets for forward engineering an alter script |
Open: Use this option to open a saved XML option set file. Save: Use this option to save a configured option set. Save As: Use this option to save an option set in the XML format. Delete: Use this option to delete an option set. |
Database Template | Displays the default database template for the selected target server, or the name of the customized template currently in use. You can browse to change the template, edit or, reset it. | |
Script Option | Specifies the script option for the schema generation |
Pre-Script: Indicates whether pre-sripts attached to the schema is executed Post-Script: Indicates whether the post-scripts attached to the schema is executed |
General Syntax Option | Specifies the general forward engineering options | Use DB: Indicates whether include the database information in the schema Drop: Indicates whether execute a drop statement in the generated schema |
Collection Syntax Option | Specifies the collection options for schema generation | Create: Indicates whether include the collection object information in the schema Drop: Indicates whether execute a drop statement in the generated schema Insert: Indicates whether to include fields in respective collection in the schema Schema Validation: Indicates whether to validate schema for the collections Blank Value: Indicates whether to replace the random values in a field with a blank value |
View Syntax Option | Specifies the view options for schema generation | Create: Indicates whether include the view object information in the schema Drop: Indicates whether execute a drop statement in the generated schema |
Index Syntax Option | Specifies index options for schema generation | Create: Indicates whether include the index object in the schema Drop: Indicates whether execute a drop statement in the generated schema |
User Syntax Option | Specifies user options for schema generation | Create: Indicates whether include the user objects in the schema Drop: Indicates whether execute a drop statement in the generated schema |
Parameter |
Description |
Additional Information |
---|---|---|
Display either Logical Names or Physical Names | Specifies the database template for controlling schema generation | Logical Names: Indicates that only logical names of the records are included in the generated schema Physical Names: Indicates that only physical names of the records are included in the generated schema Physical Names, show owner: Indicates that physical names and owners of the records are included in the generated schema Physical Names, show owner using User: Indicates that the physical names and owners of the records are included in the generated schema. Owners of the records are displayed using User. |
Select all of the items in the list | Use this option to select all the records in the list. | |
Unselect all of the items in the list | Use this option to unselect all the records. | |
Select all unselected items, and unselect all selected items | Use this option to select all the unselected records and unselect all the previously selected records. |
Parameter |
Description |
Additional Information |
---|---|---|
Viewer | Displays the schema in the viewer editor |
Collapse All: Use this option to collapse all the nodes. Search: Use this option to search a text entered in the search box. Find Previous: Use this option to navigate to previous search string in the search results Find Next: Use this option to navigate to next search string in the search result. |
Text | Displays the schema in the text editor |
Save: Use this option to save the generated schema. Search: Use this option to search through the generated schema. Print: Use this option to print the generated schema. Replace: Use this option to find and replace text in the generated schema. Copy: Use this option to copy the selected text in the schema. Text Options: Use this option to edit window settings, fonts, syntax color. Git: Use this option to commit the FE script to a Git repository. |
Copyright © 2024 Quest Software, Inc. |