Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » DTP to EMF(Trying to build BI Graph)
icon6.gif  DTP to EMF [message #1221316] Tue, 17 December 2013 12:00 Go to next message
V Frisk is currently offline V FriskFriend
Messages: 1
Registered: December 2013
Junior Member
Any fun way to use DTP with jdbc to hook into some tables from db and make a nice ER(entity relationship) diagram for database (sql etc.)?

Re: DTP to EMF [message #1252169 is a reply to message #1221316] Fri, 21 February 2014 01:17 Go to previous message
Brian Payton is currently offline Brian PaytonFriend
Messages: 154
Registered: July 2009
Senior Member
DTP has an EMF model that represents the database catalog and which forms the basis of the tree in the Data Source Explorer view. It is populated (by default) using JDBC. See the model and classes in the org.eclipse.datatools.modelbase.sql plugin. The model is populated using the classes in the connectivity component, particularly org.eclipse.datatools.connectivity.sqm.core.

There are diagrams showing the catalog meta-model available at http://www.eclipse.org/datatools/project_modelbase/modelbase_doc/SQL_SQLQuery_ModelWebPub/root.html

By the way, the IBM product InfoSphere Data Architect produces ER diagrams from the database information such as you suggest. It is based on the DTP code.
Previous Topic:DTP Not Displaying Tables in DB2 10.5
Next Topic:SQL Results error when removing results
Goto Forum:
  


Current Time: Mon Sep 23 20:41:31 GMT 2024

Powered by FUDForum. Page generated in 0.03916 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top