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

Packages that use Configurable
Package
Description
 
 
  • Uses of Configurable in org.xmldb.api.base

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

    Modifier and Type
    Interface
    Description
    interface 
    CollectionManagementService is a Service that enables the basic management of collections within a database.
    interface 
    Provides the ability to bundle Collection operations into a transaction.
    interface 
    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 
     
    interface 
    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.