Uses of Interface
org.xmldb.api.base.Configurable
-
Packages that use Configurable Package Description org.xmldb.api.base org.xmldb.api.modules -
-
Uses of Configurable in org.xmldb.api.base
Subinterfaces of Configurable in org.xmldb.api.base Modifier and Type Interface Description interfaceCollectionACollectionrepresents a collection ofResources stored within an XML database.interfaceDatabaseDatabaseis an encapsulation of the database driver functionality that is necessary to access an XML database.interfaceServiceTheServiceinterface provides an extension mechanism forCollectionimplementations. -
Uses of Configurable in org.xmldb.api.modules
Subinterfaces of Configurable in org.xmldb.api.modules Modifier and Type Interface Description interfaceCollectionManagementServiceCollectionManagementService is aServicethat enables the basic management of collections within a database.interfaceTransactionServiceProvides the ability to bundleCollectionoperations into a transaction.interfaceXPathQueryServiceXPathQueryService is aServicethat enables the execution of XPath queries within the context of aCollectionor against a single XMLResourcestored in theCollection.interfaceXQueryServiceinterfaceXUpdateQueryServiceXUpdateQueryService is aServicethat enables the execution of XUpdate queries within the context of aCollectionor against a single document stored in a collection.
-