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

Packages that use Configurable
net.cfoster.sedna   
org.xmldb.api.base   
org.xmldb.api.modules   
 

Uses of Configurable in net.cfoster.sedna
 

Subinterfaces of Configurable in net.cfoster.sedna
 interface IndexManagementService
          IndexManagementService allows the Sedna XML:DB user to create, remove and list current value indexes within the Sedna XML Database.
 interface ModuleManagementService
          ModuleManagementService allows the Sedna XML:DB user to create, remove and list current XQuery modules within the Sedna XML Database.
 interface RoleManagementService
          RoleManagementService allows Sedna XML:DB users to add, delete, list and and modify roles within the Sedna database.
 interface SednaUpdateService
          SednaUpdateService is a simple Service which allows you to execute UPDATE statements against the Database.
 interface UserManagementService
          UserManagementService allows a DBA (Database Administrator) or a user with appropriate privileges to manage users, and their individual Privileges.
 

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 XQueryService
           
 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.