Uses of Class
org.radrails.db.internal.ui.Database

Packages that use Database
org.radrails.db.internal.ui   
 

Uses of Database in org.radrails.db.internal.ui
 

Methods in org.radrails.db.internal.ui that return Database
 Database DataEditorInput.getDatabase()
          Gets the database for this editor input.
 

Methods in org.radrails.db.internal.ui with parameters of type Database
 void Project.addDatabase(Database database)
          Adds the specified database to this project.
 

Constructors in org.radrails.db.internal.ui with parameters of type Database
Table(java.lang.String tableName, Database database)
          Creates a new Table.
DataEditorInput(java.lang.String query, Database database)
          Creates a new DataEditorInput object.