Book a Demo

Author Topic: MDA - DDL Tranformation  (Read 2373 times)

dmag

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
MDA - DDL Tranformation
« on: September 28, 2005, 05:46:08 am »
Hi,

I try to use the DDL transformation on a package that contain class A and class B. B inherits from A. After the transformation, I have 2 tables, one for the class A and one for the class B. Between the 2 tables, there isn't any relationship, and in the table for B, there isn’t any attribute from the inheritance relationship.

Where my inheritance relationship has gone  ???

David.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: MDA - DDL Tranformation
« Reply #1 on: October 02, 2005, 04:44:43 pm »
Tables can't inherit from another table.

What is it that you want to see in the transformed ddl?

dmag

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: MDA - DDL Tranformation
« Reply #2 on: October 03, 2005, 12:43:48 am »
I know that table can't inherit.

The think that I want to see is the relation between the classes. The leaf class must have the attributs from the root class and it's own attributs to be define. So I am looking for a foreign key, or column duplication, or something like that in the database.