|
Berkeley DB XML version 2.1.8 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlQueryContext | |
com.sleepycat.dbxml | Berkeley DB XML Java API [reference guide]. |
Uses of XmlQueryContext in com.sleepycat.dbxml |
Methods in com.sleepycat.dbxml that return XmlQueryContext | |
XmlQueryContext |
XmlManager.createQueryContext(int rt,
int et)
Creates a new XmlQueryContext . |
XmlQueryContext |
XmlManager.createQueryContext()
Creates a new XmlQueryContext . |
XmlQueryContext |
XmlManager.createQueryContext(int rt)
Creates a new XmlQueryContext . |
Methods in com.sleepycat.dbxml with parameters of type XmlQueryContext | |
XmlResults |
XmlQueryExpression.execute(XmlQueryContext queryContext)
Evaluates the XQuery expression against the containers and documents identified by the query. |
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)
Evaluates the XQuery expression against the containers and documents identified by the query, from within the scope of the provided XmlTransaction object. |
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)
Evaluates the XQuery expression against the provided context item in the given query context. |
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)
Evaluates the XQuery expression against the provided context item in the given query context, from within the scope of the provided XmlTransaction object. |
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. |
long |
XmlModify.execute(XmlValue toModify,
XmlQueryContext context,
XmlUpdateContext uc)
Executes one or more document modification operations (or steps) against an XmlValue object. |
long |
XmlModify.execute(XmlResults toModify,
XmlQueryContext context,
XmlUpdateContext uc)
Executes one or more document modification operations (or steps) against an XmlValue object. |
long |
XmlModify.execute(XmlTransaction txn,
XmlValue toModify,
XmlQueryContext context,
XmlUpdateContext uc)
Executes one or more document modification operations (or steps) against an XmlValue object. |
long |
XmlModify.execute(XmlTransaction txn,
XmlResults toModify,
XmlQueryContext context,
XmlUpdateContext uc)
Executes one or more document modification operations (or steps) against an XmlValue object. |
XmlQueryExpression |
XmlManager.prepare(String query,
XmlQueryContext context)
Compile an XQuery expression into an XmlQueryExpression object. |
XmlQueryExpression |
XmlManager.prepare(XmlTransaction txn,
String query,
XmlQueryContext context)
Compile an XQuery expression into an XmlQueryExpression 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 |
XmlManager.query(String query,
XmlQueryContext context)
Executes a query in the context of the XmlManager object. |
XmlResults |
XmlManager.query(XmlTransaction txn,
String query,
XmlQueryContext context)
Executes a query in the context of the XmlManager object. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value)
|
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String index)
For a specified index, return all the data referenced by the node index's keys. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value)
For a specified index, return all the data referenced by the edge index's keys, optionally matching a specific value. |
XmlResults |
XmlContainer.lookupIndex(XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index)
For a specified index, return all the data referenced by the edge index's keys. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String index,
XmlValue value)
For a specified index, return all the data referenced by the node index's keys, optionally matching a specific value. |
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)
For a specified index, return all the data referenced by the node index's keys. |
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)
For a specified index, return all the data referenced by the edge index's keys. |
XmlResults |
XmlContainer.lookupIndex(XmlTransaction txn,
XmlQueryContext context,
String uri,
String name,
String parentUri,
String parentName,
String index,
XmlValue value)
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. |
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. |
Constructors in com.sleepycat.dbxml with parameters of type XmlQueryContext | |
XmlQueryContext(XmlQueryContext o)
Copy constructor. |
|
Berkeley DB XML version 2.1.8 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |