Package org.eclipse.jpt.db

Interface Summary
Catalog Database catalog Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Column Database column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ConnectionListener A ConnectionListener is notified of any changes to a connection.
ConnectionProfile Database connection profile Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ConnectionProfileFactory Database connection profile factory Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ConnectionProfileListener A ProfileListener is notified of any changes to the DTP connection profiles.
Database Database Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
DatabaseFinder This interface allows clients of the Dali db package to plug in a custom strategy for comparing an identifier to the names of a collection of database objects.
DatabaseFinder.DefaultCallback The platform-provided finder is passed a "default" callback that can be used if appropriate.
DatabaseObject Common behavior to all database objects Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ForeignKey Database foreign key Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ForeignKey.ColumnPair Pair up the foreign key's column pairs, matching each "base" column with the appropriate "referenced" column.
Schema Database schema Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SchemaContainer Schema "container" (i.e.
Sequence Database sequence Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
Table Database table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Class Summary
ConnectionAdapter An empty implementation of ConnectionListener.
ConnectionProfileAdapter An empty implementation of ProfileListener.
DatabaseFinder.Default This finder uses the passed in callback to search the list of database objects.
DatabaseFinder.Simple This finder searches for an exact match.
JptDbPlugin The JPT DB plug-in lifecycle implementation.