Chat now with support
Chat with Support

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

Script Generating

Sybase ASE 15.5

Entity

DML Logging box with default / full / minimal values.

Attribute

New Encrypted Column area with Encryption Key and Decrypt Default.

Computed Column - It is not a data type. Select this item from Data Type box if you want to set column as computed.

Default rule Is Default Object - Select this checkbox if you want to bind default rule (known as default object in Sybase ASE)  to attribute.

Rule Object - Select a rule object that will be bound to attribute.

Encryption Keys

Trigger

New inactive (informational) box Trigger Fire .

Trigger is now available also for Views.

Web Services

See other objects in Model Explorer:

  • Segments
  • Encryption Key

  • Web Service

 

Reverse Engineering

Available Data Providers are:

  • Connection via ODBC
  • Connection via ADO
  • Native Connection

Connection via ODBC

Connection via ADO

Native Connection:

Sybase ASE 15.7

Entity

Compression box: none, page, row.

Examples:

Table Compression

create table t01 (a varchar(50) not null, b varchar(50) not null) with compression = none

Table Lob Compression + level

create table t02 (a varchar integer) with lob_compression = 0

Column Compressed

create table tab03 (a text not compressed)

Attribute

From the Data Type box, select Computed Column and define other properties in the Computed Column area.

Example:

create table tab04 (acompa as 'orderno' materialized not compressed) with lob_compression = 5

 

See other objects in Model Explorer:

  • Encryption Keys
  • Segments
  • Web Services
Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating