ConnectionPoolXQDataSource |
A factory for PooledXQConnection objects.
|
PooledXQConnection |
An object that provides hooks for connection pool management.
|
XQConnection |
A connection (session) with a specific XQuery engine.
|
XQConnectionEventListener |
An object that registers to be notified of events generated by a
PooledXQConnection object.
|
XQDataFactory |
This interface represents a factory to obtain sequences,
item objects and types.
|
XQDataSource |
An XQDataSource is a factory for XQConnection
objects.
|
XQDynamicContext |
|
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 |
|
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 |
|
XQStaticContext |
|