dbXML API

Uses of Interface
org.xmldb.api.base.Database

Packages that use Database
org.dbxml.client.xmldb Implements the XML:DB API for use with dbXML data stores. 
org.xmldb.api   
org.xmldb.api.sdk   
 

Uses of Database in org.dbxml.client.xmldb
 

Classes in org.dbxml.client.xmldb that implement Database
 class DatabaseImpl
          DatabaseImpl is the XML:DB driver implementation for dbXML.
 

Uses of Database in org.xmldb.api
 

Methods in org.xmldb.api that return Database
static Database[] DatabaseManager.getDatabases()
          Returns a list of all available Database implementations that have been registered with this DatabaseManager.
 

Methods in org.xmldb.api with parameters of type Database
static void DatabaseManager.registerDatabase(Database database)
          Registers a new Database implementation with the DatabaseManager.
static void DatabaseManager.deregisterDatabase(Database database)
          Deregisters a Database implementation from the DatabaseManager.
 

Uses of Database in org.xmldb.api.sdk
 

Classes in org.xmldb.api.sdk that implement Database
 class SimpleDatabase
          Simple Database implementation intended to be used as a base class for a specific implementation.

Extending classes MUST set INSTANCE_NAME and SHOULD set CONFORMANCE_LEVEL to values appropriate for their specific implementation.

 


dbXML API

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