Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] SQL Dev Tools Catalog Support


Hi,
        Just updated sql dev tools to support the newly added sql model: Catalog. sql dev tools uses ModelUtil class to access model base objects.
        Meanwhile, the vendor name and version resolving mechanism is refined. Each subclass of SQLDevToolsConfiguration should implement this method:
public boolean recognize(String product, String version)
In GenericDBConfiguration, this method simply returns true, but no other subclasses should do so. Instead, they should only return true when the parameters do match the desired server. Please take DerbyConfiguration as an example.

Best Regards!

Max ( Hui ) Cao
Sybase, Inc. Shanghai, China

Back to the top