|
Interface Summary |
| ExtEmbeddedConnection |
To unlock a branded DDXQ version |
| ExtLogControl |
External XQJ Spy logging controller interface |
| ExtPlanExplain |
This interface enables the DataDirect XQuery plan explain feature. |
| ExtPooledConnection |
|
| XQCommonHandler |
XQCommonHandler defines the interface for all handlers for
object models such as DOM4J, JDOM, JAXB, etc.
|
| XQConnection |
A connection (session) with a specific XQuery engine. |
| XQDataFactory |
This interface represents a factory to obtain sequences,
item objects and types.
|
| XQDataSource |
An XQDataSource is a factory for XQConnection
objects. |
| XQDynamicContext |
XQDynamicContext provides access to the dynamic context as defined in
2.1.2
Dynamic Context, XQuery 1.0: An XML Query Language.
|
| XQExpression |
This interface describes the execute immediate functionality for
expressions. |
| XQItem |
This interface represents an item in the XDM. |
| XQItemAccessor |
This interface represents a common interface for accessing the values of
an XQuery item.
|
| XQItemType |
The XQItemType interface represents an item type as defined in
XQuery 1.0: An XML Query language.
|
| XQMetaData |
XQMetaData interface provides information about the data source,
in various aspects, such as the product name and version identification,
supported features, specific behaviors, user information, product limits
and so forth.
|
| XQPreparedExpression |
This interface describes an expression that can be prepared for multiple
subsequent executions. |
| XQResultItem |
This interface represents an immutable item object obtained from an
XQResultSequence using the getItem method.
|
| XQResultSequence |
This interface represents a sequence of items obtained as a result of
evaluation XQuery expressions. |
| XQSequence |
This interface represents a sequence of items as defined in the
XDM. |
| XQSequenceType |
The XQSequenceType interface represents a sequence type as
XQuery 1.0: An XML Query language.
|
| XQStaticContext |
An XQStaticContext represents default values for various
XQuery Static Context Components. |