This chapter is composed of :
The DatabaseExplorer is a view which gathers static and dynamic database information.
The EclipseDatabase area is a view of your existing databases.
The Connection you can create will attempt to retrieve the Database Meta Data from an existing Database.
You cannot design a Database Model from EclipseDatabase area.
You need to design your Database Model from a Java Project or a Simple Project in the workspace.
The EclipseDatabase area informations doesn't belong to the workspace but is stored in the EclipseDatabase plugin metadata area :
%WORKSPACE_HOME%/.metadata/.plugins/.com.soyatec.database
In this area you will find all the stored information.
Beware that even though the .metadata directory is below the %WORKSPACE_HOME% directory its content doesn't belong to the workspace.
The content of this directory is not browsable from your Package Explorer or your Navigator view.
If you want to keep these files for further processing, the structure of this .database directory is platform independent.
The Connection directory and the Connection .odc.xml file should have the same name.
The SOYATEC_DATABASE_HOME is an internal variable.
The Plugin DTD area is a shortcut to the known EclipseDatabase DTDs.
Most of the DTDs are locally or remotely accessible.
The Plugin Templates area is a shortcut to the EclipseDatabase plugin
templates.
The Workspace Templates Project is a shortcut to the .com.soyatec.database.templates Simple Project.