Product Home
DTM Data Modeler Online Documentation
General Information
Product Profile
Welcome
Connect
Model Properties
View Modes
How to...
Database Objects
Entity Editor
Relationships
Indexes
Triggers
Views
Procedures
Data Types
Operations
Reverse Engineering
Object Selection
Script Preview
Settings
Data Model Report
Area Management
Additional information
Notation
Hot keys
Database utilities
Licence agreement
Product ordering
Install
Uninstall
Upgrade
Support
Glossary

Object selection

When generating the database schema (forward engineering), the program allows the user to select objects that will be generated. This dialog box represents the list of objects in a tree view. By selecting the necessary objects, you add them to the list that will be generated. If you select a group of objects or clear this selection, the corresponding operation will be applied to all objects in the subtree.

Also, this dialog helps the user to select generation mode. There are four methods:

  1. Unconditional. In this mode the program generates CREATE statements for all objects.
  2. New only. The program generates SQL code for new objects only.
  3. Recreate. The program produces DROP statements before CREATE statements.
  4. Alter mode. Same as 'Recreate' but the program uses ALTER statement instead of DROP/CREATE when possible.

Object Selection Dialog Screenshot