dbXML API

Uses of Class
com.dbxml.db.core.Database

Packages that use Database
com.dbxml.db.common.security Implements the standard SecurityManager classes. 
com.dbxml.db.core This is the top-level package for all dbXML Core functionality. 
com.dbxml.db.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
com.dbxml.db.core.security Implements the classes and interfaces necessary to support Access Control in dbXML. 
com.dbxml.db.embedded This package contains all of the classes that comprise the dbXML embedded framework. 
 

Uses of Database in com.dbxml.db.common.security
 

Methods in com.dbxml.db.common.security with parameters of type Database
 void SecurityManagerBase.setDatabase(Database database)
           
 void DefaultSecurityManager.setDatabase(Database database)
           
 

Uses of Database in com.dbxml.db.core
 

Fields in com.dbxml.db.core declared as Database
static Database Database.database
           
 

Methods in com.dbxml.db.core that return Database
static Database Database.getInstance()
           
 Database Database.getDatabase()
           
abstract  Database CollectionManager.getDatabase()
          getDatabase retrieves the Database that is associated with this CollectionManager.
 Database Collection.getDatabase()
           
 

Uses of Database in com.dbxml.db.core.query
 

Methods in com.dbxml.db.core.query that return Database
 Database QueryEngine.getDatabase()
           
 

Constructors in com.dbxml.db.core.query with parameters of type Database
QueryEngine(Database db)
           
 

Uses of Database in com.dbxml.db.core.security
 

Methods in com.dbxml.db.core.security with parameters of type Database
 void SecurityManager.setDatabase(Database database)
          setDatabase sets the Database instance for this SecurityManager.
 

Constructors in com.dbxml.db.core.security with parameters of type Database
AccessUtils(Database database)
           
 

Uses of Database in com.dbxml.db.embedded
 

Subclasses of Database in com.dbxml.db.embedded
 class EmbeddedDatabase
          EmbeddedDatabase
 


dbXML API

Copyright (c) 2004 The dbXML Group