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

Packages that use Configurable
org.basex.api.xmldb   
org.xmldb.api.base   
org.xmldb.api.modules   
 

Uses of Configurable in org.basex.api.xmldb
 

Classes in org.basex.api.xmldb that implement Configurable
 class BXCollection
          Implementation of the Collection Interface for the XMLDB:API.
 class BXCollectionManagementService
          Implementation of the CollectionManagementService Interface for the XMLDB:API.
 class BXDatabase
          Implementation of the Database Interface for the XMLDB:API.
 class BXQueryService
          Abstract QueryService definition for the XMLDB:API.
 

Uses of Configurable in org.xmldb.api.base
 

Subinterfaces of Configurable in org.xmldb.api.base
 interface Collection
          A Collection represents a collection of Resources stored within an XML database.
 interface Database
          Database is an encapsulation of the database driver functionality that is necessary to access an XML database.
 interface Service
          The Service interface provides an extension mechanism for Collection implementations.
 

Uses of Configurable in org.xmldb.api.modules
 

Subinterfaces of Configurable in org.xmldb.api.modules
 interface CollectionManagementService
          CollectionManagementService is a Service that enables the basic management of collections within a database.
 interface TransactionService
          Provides the ability to bundle Collection operations into a transaction.
 interface XPathQueryService
          XPathQueryService is a Service that enables the execution of XPath queries within the context of a Collection or against a single XML Resource stored in the Collection.
 interface XUpdateQueryService
          XUpdateQueryService is a Service that enables the execution of XUpdate queries within the context of a Collection or against a single document stored in a collection.