Package org.sixdml.dbmanagement

Interface Summary
SixdmlCollection SixdmlCollection.java This is collection represents a group of XML resources that can be queried or updated collectively similarly to how rows in a relational table can be queried and updated collectively.
SixdmlCollectionManagementService SixdmlCollectionManagementService.java This is a Service that enables the basic management of collections within a database.
SixdmlIndex SixdmlIndex.java This interface should be implemented by classes that represent indexes into the XML documents be they structural, text, or value indexes.
SixdmlResource SixdmlResource.java Representation of a resource in the database which should typically be an XML document.
SixdmlTransactionService SixdmlTransaction.java This service is used to mark transaction boundaries during operations on the database.
 

Class Summary
SixdmlIndexType Class is used by SixdmlIndex to represent types of indexes.