Package gov.sns.tools.database

Class Summary
ConnectionDialog ConnectionDialog displays a dialog allowing the user to supply the database URL, their user ID and their password.
ConnectionDictionary ConnectionDictionary contains properties that can be used to establish a database connection.
ConnectionPreferenceController ConnectionPreferenceController is a convenience class for displaying a PathPreferenceSelector for a connection dictionary.
DatabaseAdaptor DatabaseAdaptor provides a generic adaptor to wrap database specific code.
OracleDatabaseAdaptor OracleDatabaseAdaptor is a concrete subclass of DatabaseAdaptor for implementing methods specifically for the Oracle database.
 

Exception Summary
DatabaseException DatabaseException wraps SQLException exceptions thrown while interacting with the database Eventually this class will provide a common interpretation of SQLException codes regardless of the database source.