Package org.radrails.db.core

Interface Summary
IDatabaseConstants Provides constants for the various database core classes.
IYMLFileChangeListener Interface for a listener on a YMLFile.
ProjectDatabaseManagerChangeListener Allows notifications when a ProjectDatabaseManager receieves an update.
 

Class Summary
DatabaseConnection Attempts to connect to a database.
DatabaseConnector Class provides a method for getting a connection to a database.
DatabaseDescriptor Describes a database in a YML file.
DatabaseHelper Provides a helper class around the IDatabaseConnection class.
DatabaseLog Wrapper class for ILog.
DatabaseManager Singleton class that manages all of the workspace database connections.
DatabasePlugin The main plugin class to be used in the desktop.
ProjectDatabaseManager Represents a project's database connections.
QueryAdministrator Manages queries and returns objects based on SQL queries.
QueryResult Represents a result of an SQL query.
YMLFile Parses a YML file and returns objects which describe how to connect to the available databases.