Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Derby specialized model


All,

Derby specialized model has been enhanced with code contribution to support Derby V10.1 - synonym. Following is a list of what was changed:
  1. Derby Model - Thanks for Hemant's work.
  2. derby plugin was modified to add support to Derby V10.1 - with Larry's review.
  • Containment package was added to support synonym.
  • Catalog package was modified to add DerbyCatalogSynonym class, schema and table class also got modified to load synonym from database.
  • Plugin.xml file was modified to support containment provider and Derby V10.0 which was touched about earlier.
  • Derby.ui plugin - a new contribution to handle virtual node and label services.

The code contribution is currently available in HEAD. I ran some brief testing, here is a screenshot. You should be able to use SQL Tool to create a simple synonym using following syntax:

CREATE SYNONYM APP.DTP FOR APP."YourBaseTableName".

or following link for details.

http://db.apache.org/derby/docs/10.1/ref/refderby.pdf


Der-Ping Chou
Information Management Tooling
Development Manager - Data Tools
Seattle IBM Office
tel : 1-206-587-5946 (T/L: 277-5946)

Back to the top