Diagram window - enhancement request

Wim

Member²
The diagram window is a tool that I use quite often. It helps visualize the different db-objects that are being used in a certain project and some details about them.

With tables we get the 'links' (red lines) indicating foreign keys etc which are very helpful.

What I would like to see is 'inherit'-lines between Object types.
Also:
- indicating whether Object types or methods are FINAL and/or NOT INSTANTIABLE
- listing constructors (in a separate category?)
- indicating whether a method is MAP or ORDER
- indicating if a method is inherited from a supertype
- indicating whether a method is OVERRIDING a method in a supertype method

Db-objects that are collections (varray, nested table) have little information showing. Would be helpful if they would at least show what datatype the elements are that they hold.
Also:
- possibly be listed in a separate category in the object-browser
- have their own color etc in the diagram window

--

I think this has been asked before: can the enhancement/feature request list be made public so we know what we can be looking forward to in the new release(s)?
 
Any chance of getting an answer on 'Can the enhancement/feature request list be made public?' ?
 
Forgotten 1 more thing about object type member methods: indicating whether they're STATIC or not.
 
Back
Top