Uses of Interface
org.gswing.framework.services.IDbReadAccess

Packages that use IDbReadAccess
org.gswing.components.common.db Package contains the classes common to gswing gui components. 
org.gswing.components.input Package contains the gswing database insertion packages and classes. 
org.gswing.components.output.exporter Output package containing classes for exporting data from the database. 
org.gswing.framework Package contains the gswing framework classes. 
org.gswing.framework.services Package contains gswing framework services interfaces. 
 

Uses of IDbReadAccess in org.gswing.components.common.db
 

Classes in org.gswing.components.common.db that implement IDbReadAccess
 class DbReadAccess
          Purpose: A read only connection to the election database.
 

Uses of IDbReadAccess in org.gswing.components.input
 

Classes in org.gswing.components.input that implement IDbReadAccess
 class DbWriteAccess
          Purpose: Provides write access to the database.
 

Uses of IDbReadAccess in org.gswing.components.output.exporter
 

Fields in org.gswing.components.output.exporter declared as IDbReadAccess
protected  IDbReadAccess AbstractDbToFile.dbAccess
           
 

Uses of IDbReadAccess in org.gswing.framework
 

Methods in org.gswing.framework that return IDbReadAccess
 IDbReadAccess DatabaseManager.getReadAccess()
           
 

Uses of IDbReadAccess in org.gswing.framework.services
 

Subinterfaces of IDbReadAccess in org.gswing.framework.services
 interface IDbWriteAccess
          Database read access object.
 

Methods in org.gswing.framework.services that return IDbReadAccess
 IDbReadAccess IDatabaseManagement.getReadAccess()
          Get a read access to the database.
 



Copyright © 2008. All Rights Reserved.