XmlContainer | Description |
---|---|
XmlContainer | An XmlContainer. |
XmlContainer::addAlias | Adds a alias for the container name. |
XmlContainer::addIndex | Adds an index specification. |
XmlContainer::addDefaultIndex | Add a default index to the container. |
XmlContainer::deleteDocument | Delete a document from the container. |
XmlContainer::deleteIndex | Delete the specified index. |
XmlContainer::deleteDefaultIndex | Delete the container's default index. |
XmlContainer::getAllDocuments | Get all documents in the container. |
XmlContainer::getContainerType | Get the container's type. |
XmlContainer::getDocument | Get the specified document. |
XmlContainer::getIndexNodes | Return true if indexing nodes. |
XmlContainer::getIndexSpecification | Get the index specification. |
XmlContainer::getManager | Get the XmlManager object for this container. |
XmlContainer::getName | Get the container's name. |
XmlContainer::getNumDocuments | Get the number of documents in the container. |
XmlContainer::getPageSize | Return database page size. |
XmlContainer::lookupIndex | Return all the documents matching a specified index. |
XmlContainer::lookupStatistics | Return an XmlStatistics object for a specified index. |
XmlContainer::putDocument | Add a document to the container. |
XmlContainer::removeAlias | Remove a named alias for the container. |
XmlContainer::replaceIndex | Replace an index of a specified type. |
XmlContainer::replaceDefaultIndex | Replace the container's default index. |
XmlContainer::setIndexSpecification | Set the index specification. |
XmlContainer::sync | Flush container database state to disk. |
XmlContainer::updateDocument | Update an existing XmlDocument |
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.