Ditto pram.
I am using Derby in a Java application that I am developing using Eclipse and I did not know that there is a plugin. I connect to Derby, like to any other database. I am using Derby command line interface to manage tables. \
(One feature of another db that I would like to see in Derby is the presence of SQL extensions for displaying db metadata, such as show and describe MySql commands. Derby has them in the command line interface, usually implemented there, rather than in the SQL processor itself, so you cannot use them outside the CLI. Bummer. When I do development, I often create a special query screen in the application that allows me to enter and execute arbitrary queries. (And no, I don’t post it on the public websites.) But I'm distracted.)
I do not know what the plugin does for you. I have never used the Eclipse plugin for any database.
source share