Uses of Interface
net.sf.bloof.db.DbAccess

Packages that use DbAccess
net.sf.bloof   
net.sf.bloof.db   
 

Uses of DbAccess in net.sf.bloof
 

Fields in net.sf.bloof declared as DbAccess
static DbAccess Bloof.INTERNAL_DATABASE
          CvsAccess to internal McKoi Database
 

Methods in net.sf.bloof with parameters of type DbAccess
static void Bloof.importProject(ScmAccess aScmAccess, DbAccess aDbAccess)
          Fills a new database with the data stored in the scm accessd by scmAccess
static void Bloof.openProject(DbAccess aDbAccess)
          Opens the project in the specified database connection
static void Bloof.updateProject(ScmAccess aScmAccess, DbAccess aDbAccess)
          Fills a new database with the data stored in the scm accessd by scmAccess
 

Constructors in net.sf.bloof with parameters of type DbAccess
OpenProject(DbAccess aDb)
          Constructs a ImportProject class
ImportProject(DbAccess aDbAccess, ScmAccess aScmAccess)
          Constructs a ImportProject class
 

Uses of DbAccess in net.sf.bloof.db
 

Classes in net.sf.bloof.db that implement DbAccess
 class DefaultDbAccess
          General class that implements the DbAccess interface.
 

Methods in net.sf.bloof.db with parameters of type DbAccess
static java.sql.Connection PostgresControl.create(DbAccess aDbAccess)
          Creates a new McKoi SQL Database
static java.sql.Connection PostgresControl.open(DbAccess aDbAccess)
          Starts a local internal McKoi SQL Database; if the database does not exist yet, it will be created
static java.sql.Connection McKoiControl.create(DbAccess aDbAccess)
          Creates a new McKoi SQL Database
static java.sql.Connection McKoiControl.createRemoteConnection(DbAccess aDbAccess)
          Creates a connection to remote McKoi SQL Database
static java.sql.Connection McKoiControl.open(DbAccess aDbAccess)
          Starts a local internal McKoi SQL Database; if the database does not exist yet, it will be created
static java.sql.Connection McKoiControl.openRemote(DbAccess aDbAccess)
          Opens a connection to remote McKoi SQL Database;
 



Copyright © 2003 bloof@Sourceforge. All Rights Reserved.