|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlIndexSpecification | |
com.sleepycat.dbxml | Berkeley DB XML Java API [reference guide]. |
Uses of XmlIndexSpecification in com.sleepycat.dbxml |
Methods in com.sleepycat.dbxml that return XmlIndexSpecification | |
XmlIndexSpecification |
XmlContainer.getIndexSpecification()
Retrieves the current index specification for the container. |
XmlIndexSpecification |
XmlContainer.getIndexSpecification(XmlTransaction txn)
Retrieves the current index specification for the container in the scope of a transaction. |
XmlIndexSpecification |
XmlContainer.getIndexSpecification(XmlTransaction txn,
XmlDocumentConfig config)
Retrieves the current index specification for the container in the scope of a transaction using the specified XmlDocumentConfig object. |
Methods in com.sleepycat.dbxml with parameters of type XmlIndexSpecification | |
void |
XmlContainer.setIndexSpecification(XmlIndexSpecification index,
XmlUpdateContext context)
Defines the type of indexing to be maintained for a container of documents. |
void |
XmlContainer.setIndexSpecification(XmlTransaction txn,
XmlIndexSpecification index,
XmlUpdateContext context)
Defines the type of indexing to be maintained for a container of documents in the scope of a transaction. |
|
Berkeley DB XML version 2.2.13 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |