Book a Demo

Author Topic: Where are parent relationships in the database?  (Read 3866 times)

bholtzman

  • EA User
  • **
  • Posts: 93
  • Karma: +2/-0
    • View Profile
Where are parent relationships in the database?
« on: November 16, 2018, 02:22:49 am »
Hi:
I've been asked to compile all of the parent relationships ("Set Parents and Interfaces" popup) that have been entered into an EA database. I've done some testing and then scoured the database to find the change but no luck. Could someone tell me the table and field where this information is stored? Thank you.

Bill

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Where are parent relationships in the database?
« Reply #1 on: November 16, 2018, 02:44:46 am »
Where does that popup pop up?

q.

bholtzman

  • EA User
  • **
  • Posts: 93
  • Karma: +2/-0
    • View Profile
Re: Where are parent relationships in the database?
« Reply #2 on: November 16, 2018, 02:53:07 am »
Click on an object (class) and then Advanced and Parent. Sure wish we could post pictures here.

bholtzman

  • EA User
  • **
  • Posts: 93
  • Karma: +2/-0
    • View Profile
Re: Where are parent relationships in the database?
« Reply #3 on: November 16, 2018, 02:59:11 am »
That should've said right-click on an object and then Advanced...

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13495
  • Karma: +572/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Where are parent relationships in the database?
« Reply #4 on: November 16, 2018, 04:36:18 am »
Code: [Select]
select * from t_connector c where c.connector_Type = 'Generalization'
Geert

bholtzman

  • EA User
  • **
  • Posts: 93
  • Karma: +2/-0
    • View Profile
Re: Where are parent relationships in the database?
« Reply #5 on: November 16, 2018, 05:01:30 am »
Thank you, Geert. You are the guru!

Bill