|
Berkeley DB XML version 2.1.8 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlDocumentConfig | |
com.sleepycat.dbxml | Berkeley DB XML Java API [reference guide]. |
Uses of XmlDocumentConfig in com.sleepycat.dbxml |
Fields in com.sleepycat.dbxml declared as XmlDocumentConfig | |
static XmlDocumentConfig |
XmlDocumentConfig.DEFAULT
The default settings. |
Methods in com.sleepycat.dbxml that return XmlDocumentConfig | |
XmlDocumentConfig |
XmlDocumentConfig.setLazyDocs(boolean value)
Sets whether to retrieve the document lazily. |
XmlDocumentConfig |
XmlDocumentConfig.setGenerateName(boolean value)
Sets whether to automatically generate a name for the document. |
XmlDocumentConfig |
XmlDocumentConfig.setDirtyRead(boolean value)
Sets whether to read uncommitted (dirty) data for a document or result. |
XmlDocumentConfig |
XmlDocumentConfig.setLockMode(LockMode lmode)
Set the lock mode for the operation. |
Methods in com.sleepycat.dbxml with parameters of type XmlDocumentConfig | |
XmlResults |
XmlQueryExpression.execute(XmlQueryContext queryContext,
XmlDocumentConfig config)
Evaluates the XQuery expression against the containers and documents identified by the query, with configuration. |
XmlResults |
XmlQueryExpression.execute(XmlTransaction txn,
XmlQueryContext queryContext,
XmlDocumentConfig config)
Evaluates the XQuery expression against the containers and documents identified by the query, from within the scope of the provided XmlTransaction object, with configuration. |
XmlResults |
XmlQueryExpression.execute(XmlValue contextItem,
XmlQueryContext queryContext,
XmlDocumentConfig config)
Evaluates the XQuery expression against the provided context item in the given query context with configuration. |
XmlResults |
XmlQueryExpression.execute(XmlTransaction txn,
XmlValue contextItem,
XmlQueryContext queryContext,
XmlDocumentConfig config)
Evaluates the XQuery expression against the provided context item, from within the scope of the provided XmlTransaction object. |
XmlResults |
XmlManager.query(String query,
XmlQueryContext context,
XmlDocumentConfig config)
Executes a query in the context of the XmlManager object. |
XmlResults |
XmlManager.query(XmlTransaction txn,
String query,
XmlQueryContext context,
XmlDocumentConfig config)
Executes a query in the context of the XmlManager object. |
XmlResults |
XmlContainer.getAllDocuments(XmlDocumentConfig config)
Returns all XmlDocument objects in the container,
with configuration options. |
XmlResults |
XmlContainer.getAllDocuments(XmlTransaction txn,
XmlDocumentConfig config)
Returns all XmlDocument objects in the container,
with configuration options, in the context of a transaction. |
XmlDocument |
XmlContainer.getDocument(String name,
XmlDocumentConfig config)
Returns the XmlDocument with the specified name, with
configuration options. |
XmlDocument |
XmlContainer.getDocument(XmlTransaction txn,
String name,
XmlDocumentConfig config)
Returns the XmlDocument with the specified name in the scope of a transaction, with configuration options. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value,
XmlDocumentConfig config)
For a specified index, return all the data referenced by the node index's keys, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value,
XmlDocumentConfig config)
For a specified index, return all the data referenced by the node index's keys in the scope of a transaction, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value,
XmlDocumentConfig config)
For a specified index, return all the data referenced by the edge index's keys, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value,
XmlDocumentConfig config)
For a specified index, return all the data referenced by the edge index's keys in the scope of a transaction, optionally matching a specific value. |
void |
XmlContainer.putDocument(XmlDocument document,
XmlUpdateContext context,
XmlDocumentConfig config)
Inserts an XmlDocument into the container, with configuration options. |
void |
XmlContainer.putDocument(XmlTransaction txn,
XmlDocument document,
XmlUpdateContext context,
XmlDocumentConfig config)
Inserts an XmlDocument into the container in the scope of a transaction. |
void |
XmlContainer.putDocument(String name,
XmlInputStream input,
XmlUpdateContext context,
XmlDocumentConfig config)
Inserts a document with given name and content into the container. |
void |
XmlContainer.putDocument(XmlTransaction txn,
String name,
XmlInputStream input,
XmlUpdateContext context,
XmlDocumentConfig config)
Inserts a document with given name and content into the container in the scope of a transaction. |
void |
XmlContainer.putDocument(String name,
String content,
XmlUpdateContext context,
XmlDocumentConfig config)
Inserts a document with given name and string content into the container. |
void |
XmlContainer.putDocument(XmlTransaction txn,
String name,
String content,
XmlUpdateContext context,
XmlDocumentConfig config)
Inserts a document with given name and string content into the container in the scope of a transaction. |
|
Berkeley DB XML version 2.1.8 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |