Uses of Package
org.radrails.db.core

Packages that use org.radrails.db.core
org.radrails.db.core   
org.radrails.db.core.ibmdb2   
org.radrails.db.core.mysql   
org.radrails.db.core.oracle   
org.radrails.db.core.postgresql   
org.radrails.db.core.sqlite   
org.radrails.db.core.sqlserver   
org.radrails.db.internal.ui   
 

Classes in org.radrails.db.core used by org.radrails.db.core
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.
DatabaseManager
          Singleton class that manages all of the workspace database connections.
DatabasePlugin
          The main plugin class to be used in the desktop.
IYMLFileChangeListener
          Interface for a listener on a YMLFile.
ProjectDatabaseManager
          Represents a project's database connections.
ProjectDatabaseManagerChangeListener
          Allows notifications when a ProjectDatabaseManager receieves an update.
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.
 

Classes in org.radrails.db.core used by org.radrails.db.core.ibmdb2
DatabaseConnection
          Attempts to connect to a database.
DatabaseDescriptor
          Describes a database in a YML file.
 

Classes in org.radrails.db.core used by org.radrails.db.core.mysql
DatabaseConnection
          Attempts to connect to a database.
DatabaseDescriptor
          Describes a database in a YML file.
 

Classes in org.radrails.db.core used by org.radrails.db.core.oracle
DatabaseConnection
          Attempts to connect to a database.
DatabaseDescriptor
          Describes a database in a YML file.
 

Classes in org.radrails.db.core used by org.radrails.db.core.postgresql
DatabaseConnection
          Attempts to connect to a database.
DatabaseDescriptor
          Describes a database in a YML file.
 

Classes in org.radrails.db.core used by org.radrails.db.core.sqlite
DatabaseConnection
          Attempts to connect to a database.
DatabaseDescriptor
          Describes a database in a YML file.
 

Classes in org.radrails.db.core used by org.radrails.db.core.sqlserver
DatabaseConnection
          Attempts to connect to a database.
DatabaseDescriptor
          Describes a database in a YML file.
 

Classes in org.radrails.db.core used by org.radrails.db.internal.ui
ProjectDatabaseManager
          Represents a project's database connections.
ProjectDatabaseManagerChangeListener
          Allows notifications when a ProjectDatabaseManager receieves an update.