JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
S
X
C
com.xqj2
- package com.xqj2
Contains proposed additions to the
XQuery API for Java™ 1.0
.
createModuleProxy(String, String, Class<T>)
- Method in interface com.xqj2.
XQConnection2
Creates a Module Proxy, a Java Facade of an XQuery Library Module.
createModuleProxy(String, String, Class<T>, XQStaticContext)
- Method in interface com.xqj2.
XQConnection2
Creates a Module Proxy, a Java Facade of an XQuery Library Module.
D
DEFAULT_ENCODING
- Static variable in interface com.xqj2.
XQInsertOptions
G
getEncoding()
- Method in interface com.xqj2.
XQInsertOptions
Retrieves the encoding of the content.
getXQJ2MajorVersion()
- Method in interface com.xqj2.
XQMetaData2
Gets the major version number of XQJ2 specification supported by this implementation.
getXQJ2MinorVersion()
- Method in interface com.xqj2.
XQMetaData2
Gets the minor version number of XQJ2 specification supported by this implementation.
getXQJ2Version()
- Method in interface com.xqj2.
XQMetaData2
Gets the full version of XQJ2 specification supported by this implementation.
I
insertItem(String, XQItem, XQInsertOptions)
- Method in interface com.xqj2.
XQConnection2
Inserts an item into the XML DataSource with a given URI.
isReadOnly()
- Method in interface com.xqj2.
XQConnection2
Retrieves whether the connection object is in read-only mode.
isXASupported()
- Method in interface com.xqj2.
XQMetaData2
Query if XA transactions are supported by this data source.
isXQuery30Supported()
- Method in interface com.xqj2.
XQMetaData2
Query if XQuery 3.0 is supported by this data source.
isXQueryFullTextSupported()
- Method in interface com.xqj2.
XQMetaData2
Query if XQuery Full Text extensions are supported by this data source.
isXQueryUpdateFacilitySupported()
- Method in interface com.xqj2.
XQMetaData2
Query if XQuery Update Facility extensions are supported by this data source.
S
setEncoding(String)
- Method in interface com.xqj2.
XQInsertOptions
Sets the encoding of the content.
setReadOnly(boolean)
- Method in interface com.xqj2.
XQConnection2
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
X
XQConnection2
- Interface in
com.xqj2
Extended interface which implements functionality that is missing from
XQConnection
, based on findings whilst trying to implement XQJ API v1.0.
XQInsertOptions
- Interface in
com.xqj2
XQMetaData2
- Interface in
com.xqj2
Extended interface which implements functionality that is missing from
XQMetaData
, based on findings whilst trying to implement XQJ API v1.0.
C
D
G
I
S
X
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes