Uses of Class
jimm.datavision.source.sql.Database

Packages that use Database
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
jimm.datavision.gui.cmd Provides the classes and interfaces that make up the undo/redo command structure. 
jimm.datavision.source.sql Provides the classes and interfaces that make up the database data source. 
 

Uses of Database in jimm.datavision
 

Methods in jimm.datavision with parameters of type Database
 void Report.askForPassword(Database db)
          Sets a database's user name and password.
 

Uses of Database in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as Database
protected  Database DbConnCommand.origDatabase
           
 

Uses of Database in jimm.datavision.source.sql
 

Subclasses of Database in jimm.datavision.source.sql
 class SubreportDatabase
          The only difference between this and a Database is the type of the query that it holds and the single constructor.
 

Constructors in jimm.datavision.source.sql with parameters of type Database
SQLTable(Database database, java.lang.String name, java.sql.DatabaseMetaData dbmd)
          Constructor.