Uses of Class
org.makumba.db.makumba.Database

Packages that use Database
org.makumba.db.makumba   
org.makumba.db.makumba.sql The generic SQL-92 implementation of the makumba database layer. 
org.makumba.forms.responder   
org.makumba.importer   
 

Uses of Database in org.makumba.db.makumba
 

Fields in org.makumba.db.makumba declared as Database
(package private)  Database Table.db
           
protected  Database DBConnection.db
           
 

Methods in org.makumba.db.makumba that return Database
 Database Table.getDatabase()
          What database does this table belong to
static Database MakumbaTransactionProvider.getDatabase(String name)
          The Makumba database layer handles the following properties: sql.
 Database DBConnectionWrapper.getHostDatabase()
           
 Database DBConnection.getHostDatabase()
           
 

Constructors in org.makumba.db.makumba with parameters of type Database
DBConnection(Database database, String dataSource, TransactionProvider tp)
           
DBConnection(Database database, TransactionProvider tp)
           
 

Uses of Database in org.makumba.db.makumba.sql
 

Subclasses of Database in org.makumba.db.makumba.sql
 class CloudscapeDatabase
          the database adapter for PostgreSQL
 class Database
          An SQL database, using JDBC.
 class DbcpDatabase
          the database adapter for PostgreSQL
 class HsqldbDatabase
          the database adapter for Hsqldb
 class MsqlDatabase
          The msql particularities of the database
 class MsSqlDatabase
          the database adapter for Microsoft SQL Server
 class MySqlDatabase
          the database adapter for MySQL Server
 class OracleDatabase
          the database adapter for PostgreSQL
 class PgsqlDatabase
          the database adapter for PostgreSQL
 class QedDatabase
          the database adapter for PostgreSQL
 

Methods in org.makumba.db.makumba.sql with parameters of type Database
(package private)  void Query.analyzeInsertIn(DataDefinition proj, Database db)
           
 

Constructors in org.makumba.db.makumba.sql with parameters of type Database
NameResolverHook(Database db1)
           
ParameterAssigner(Database db, QueryAnalysis qA)
           
SQLDBConnection(Database db, TransactionProvider tp)
           
 

Uses of Database in org.makumba.forms.responder
 

Fields in org.makumba.forms.responder declared as Database
(package private)  Database ValueEditor.db
           
 

Uses of Database in org.makumba.importer
 

Methods in org.makumba.importer with parameters of type Database
 Hashtable<String,Object> ObjectToRecord.importObject(Object o, Database db)