dbXML API

Uses of Class
org.dbxml.core.Database

Packages that use Database
org.dbxml.core This is the top-level package for all dbXML Core functionality. 
org.dbxml.core.corba Implements the several POA-based Servants for CORBA connectivity to dbXML. 
org.dbxml.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
org.dbxml.core.request Implements several interfaces for extending dbXML resources into the standard Java URLConnection system. 
org.dbxml.core.security Defines several classes for dbXML access control and authentication. 
org.dbxml.core.server.services Defines several Services that plug into the Juggernaut server framework in order to allow dbXML to operate as a stand-alone Server. 
 

Uses of Database in org.dbxml.core
 

Methods in org.dbxml.core that return Database
 Database Collection.getDatabase()
          getDatabase returns the Database owner for this Collection.
static Database Database.getDatabase(java.lang.String name)
           
 Database Database.getDatabase()
           
 

Constructors in org.dbxml.core with parameters of type Database
SystemCollection(Database db)
           
 

Uses of Database in org.dbxml.core.corba
 

Constructors in org.dbxml.core.corba with parameters of type Database
DatabaseManagerServant(Database db, org.dbxml.server.Kernel kernel)
           
DatabaseServant(Database db, org.dbxml.server.Kernel kernel)
           
 

Uses of Database in org.dbxml.core.query
 

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

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

Uses of Database in org.dbxml.core.request
 

Methods in org.dbxml.core.request that return Database
 Database URIMapper.getDatabase()
          getDatabase returns the Database that was resolved in the parsing of this URI.
 

Uses of Database in org.dbxml.core.security
 

Constructors in org.dbxml.core.security with parameters of type Database
LocalSecurityManager(Database db, boolean disabled)
          Initialize the security manager.
PasswordCredentials(java.lang.String username, java.lang.String password, Database db)
          Creates a new PasswordCredentials using the username and password provided.
 

Uses of Database in org.dbxml.core.server.services
 

Methods in org.dbxml.core.server.services that return Database
 Database dbXMLService.getDatabase()
          Returns the Database instance for the currently running server.
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved