サポートと今すぐチャット
サポートとのチャット

Toad Data Modeler 7.3 - User Guide

Introduction User Interface Models and Model Objects
Physical Data Model
Entity Relationship Diagram Objects Basic Database Design Advanced Database Design
Universal Data Model Logical Data Model Working with Model Objects
Features and Tools
Application Variables Export/Import DDL Script Generation Graphics Model Actions Print Create New Project Reports Reverse Engineering Scripting and Customization About Templates Tips and Tricks Toad for Oracle Integration Toad Intelligence Central (TIC) Integration Tools Version Control
Options and Configuration Databases
Amazon Redshift 1.0 IBM DB2 LUW 9.5 IBM DB2 LUW 9.7 IBM DB2 LUW 10.1 IBM DB2 LUW 10.5 IBM DB2 LUW 11.1 IBM DB2 z/OS 10 IBM DB2 z/OS 11 Greenplum 4.1 Greenplum 4.2 Ingres 9.3 Ingres 10.0 EDB Postgres Advanced Server 10 Microsoft Access 2007/2010 Microsoft Azure SQL Database V12 Microsoft SQL Server 2005 Microsoft SQL Server 2008 Microsoft SQL Server 2012 Microsoft SQL Server 2014 Microsoft SQL Server 2016 Microsoft SQL Server 2017 Microsoft SQL Server 2019 MySQL 5.0 MySQL 5.1 MySQL 5.5 MySQL 5.6 MySQL 5.7 MySQL 8.0 Oracle 10g Oracle 11g Release 1 Oracle 11g Release 2 Oracle 12c Release 1 Oracle 12c Release 2 Oracle 18c Oracle 19c PostgreSQL 9.0 PostgreSQL 9.1 PostgreSQL 9.2 PostgreSQL 9.3 PostgreSQL 9.4 PostgreSQL 9.5 PostgreSQL 10 PostgreSQL 11 PostgreSQL 12 SQLite 3.7 Sybase ASE 15.5 Sybase ASE 15.7 SAP ASE 16.0 Sybase IQ 15.2 Sybase SQL Anywhere 11 SAP SQL Anywhere 17 Teradata 13 Vertica Database 8.0
Copyright Legal Notices

Create Shortcuts

Toad Data Modeler allows you to create shortcuts of objects on Workspaces in many ways.

To add a shortcut within a Workspace

Drag&Drop techniques and CTRL+SHIFT

Example:

Create a shortcut of the Customer entity on one WS - Borrowing WS:

  1. Click the Customer entity on the Borrowing WS and hold the mouse key down.
  2. Press CTRL+SHIFT keys and hold them down.
  3. Drag the Customer entity to any place on the work area (the mouse cursor will change its appearance).
  4. Release the mouse button and the keys.

Note: This method cannot be used for creating shortcuts of relationship and inheritance objects.

To add a shortcut from Model Explorer to Workspace

Drag&Drop techniques from Model Explorer to particular WS

Example:

  1. Activate the Workspace where you want to add a shortcut of the Customer entity.
  2. In Model Explorer, find the Customer entity.
  3. Click the Customer entity and hold the mouse key down.
  4. Drag the Customer entity to the WS (the mouse cursor will change its appearance).
  5. Release the mouse button.

To add a shortcut of selected object(s) from one Workspace to another Workspace

Right-click the selected object(s) (e.g. entity) on the WS and select:

  • Add into Workspace to select the particular WS.

or

  • Add into New Workspace to create a new WS and add the shortcut there. The layout and format of the shortcuts remain preserved when you use this option.

To add a shortcut of objects related to an entity on Workspace (including relationships)

Right-click the entity and select from the following options:

  • Fill Parent Objects to add shortcuts of parent objects of the selected entity to the WS.
  • Fill Child Objects to add shortcuts of child objects of the selected entity to the WS.
  • Fill Parent and Child Objects to add shortcuts of parent and child objects of the selected entity to the WS.

To add a shortcut of object(s) to the selected Workspace

Right-click the selected Workspace and select Add All Model Objects to Workspace to add shortcuts of all objects that exist in your model.

Edit Shortcuts

To edit object property

Double-click the selected shortcut on the Workspace.

You can edit any shortcut you want. The changed properties will be automatically applied to the parent object and to any other existing shortcuts of the object.

To change graphical format of a shortcut

Right-click the selected shortcut on the Workspace and select Format.

The changed graphical format will be applied only to the selected shortcut. Toad Data Modeler allows you to define a different graphical format settings for each shortcut of the same object.

Remove and List Shortcuts

To remove a shortcut of object on the Workspace

Select a shortcut on the WS and press Delete.

Only the selected shortcut will be removed from the Workspace. The object itself still exists in the model.

TIP: More ways to do this:

  1. Right-click the shortcut in Model Explorer and select Delete Item.
  2. To remove more shortcuts on WS at once, make multiple selection and then press Delete.

List Shortcuts

To list all shortcuts that exist in your model see Model Explorer and the following folders.

List all shortcuts by object type (entity, relationship, inheritance)

Select the particular object folder (e.g. Entities) | Shortcuts folder. Here, you can also see names of the Workspaces where the particular shortcuts are located.

List all shortcuts by Workspace

Click the Workspaces folder | particular workspace folder (e.g. Ordering) | Entity Shortcuts, Relationship Shortcuts, View Shortcuts.

To find shortcuts of objects on the Workspace quickly

Double-click the shortcut in Model Explorer to highlight it on the Workspace.

Note: Shortcuts can also be found in Workspace Properties which can be opened by right-clicking a workspace in Model Explorer, Application View or Designer and selecting Edit.

Shortcut Right-Click Options in Model Explorer

Right-click a shortcut in Model Explorer to see the following options:

Option Description

Add Object to Gallery

Adds the selected object to gallery.

Edit

Opens the Object Properties dialog.

Select on Workspace Highlights the shortcut on the Workspace.
Add into Workspace Adds the shortcut to the WS that you select from the list of existing Workspaces.
Add into New Workspace Creates a new WS and adds the shortcut there.
Macros Opens the list of available macros.

Delete Item

Removes the shortcut from Workspace.

Right-click an entity shortcut in Model Explorer to see other options:

Option Description

Add

Creates a new item in the entity:

  • Attribute
  • Key
  • Index

Fill | Parent Objects

Displays shortcuts of parent objects of the selected entity on Workspace.

Fill | Child Objects

Displays shortcuts of child objects of the selected entity on Workspace.

Fill | Parent and Child Objects

Displays shortcuts of parent and child objects of the selected entity on Workspace.

Model Independent Objects

There are three types of models in Toad Data Modeler:

Model Properties

Select Model | Properties.

Tab Description
General General information on the model (project, model, author, company, version etc.)
Before Script

Whatever you write on the Before Script tab, it will be generated before the generated SQL code.

After Script Whatever you write on the After Script tab, it will be generated after the generated SQL code.
Description Notes on the model
Naming Convention Here you can select a naming convention for the model.
Database Parameters

The value in the Length Semantics box shows which default length semantics (BYTE or CHAR) was set in the database for reverse engineering of Oracle database.

Note: This tab is available only in Oracle models.

Naming Convention

Here you can link or unlink a naming convention to/from your model.

Manage Naming Conventions - Opens the Naming Convention dialog (available also from the Tools menu)

Edit Naming Convention - Opens the Naming Convention Properties dialog.

Model Statistics

To display details on your model, its Workspaces, objects etc.

Select Model | Statistic....

To change some of the General Information (e.g. model name, author or company)

Select Model | Properties....

TIP: You can also change it via the shortcut of Stamp on the Workspace - just double-click the Stamp.

関連ドキュメント

The document was helpful.

評価を選択

I easily found the information I needed.

評価を選択