A B C D E F G H I J L M N O P R S T U W X

A

ALLOWJAVAFUNCTIONS - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
absolute(int) - Method in interface com.ddtek.xquery3.XQSequence
Moves the XQSequence's position to the given item number in this object.
afterLast() - Method in interface com.ddtek.xquery3.XQSequence
Move to the position after the last item.

B

BASEURI - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
property names
BINDING_MODE_DEFERRED - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating the binding mode deferred, refer to XQDynamicContext for more information.
BINDING_MODE_IMMEDIATE - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating the binding mode immediate, refer to XQDynamicContext for more information.
BOUNDARY_SPACE_PRESERVE - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating the the boundary-space policy for expression evaluation is to preserve white spaces
BOUNDARY_SPACE_STRIP - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating the the boundary-space policy for expression evaluation is to strip white spaces
beforeFirst() - Method in interface com.ddtek.xquery3.XQSequence
Moves to the position before the first item.
bindAtomicValue(QName, String, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindBoolean(QName, boolean, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindByte(QName, byte, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, String) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, Reader) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, InputStream) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, XMLReader) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable.
bindDocument(QName, XMLStreamReader) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, Source) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDouble(QName, double, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindFloat(QName, float, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindInt(QName, int, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindItem(QName, XQItem) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable.
bindLong(QName, long, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindNode(QName, Node, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindObject(QName, Object, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindSequence(QName, XQSequence) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindShort(QName, short, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.
bindString(QName, String, XQItemType) - Method in interface com.ddtek.xquery3.XQDynamicContext
Binds a value to the given external variable or the context item.

C

COLLATION - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
COLLECTIONURIRESOLVER - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
CONSTRUCTION_MODE_PRESERVE - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the type of a constructed element node is xs:anyType, and all attribute and element nodes copied during node construction retain their original types.
CONSTRUCTION_MODE_STRIP - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the type of a constructed element node is xs:untyped; all element nodes copied during node construction receive the type xs:untyped, and all attribute nodes copied during node construction receive the type xs:untypedAtomic.
CONTEXT_ITEM - Static variable in class com.ddtek.xquery3.XQConstants
Defines the QName for the context item.
COPY_NAMESPACES_MODE_INHERIT - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the inherit mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_NO_INHERIT - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the no-inherit mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_NO_PRESERVE - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the no-preserve mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_PRESERVE - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the preserve mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
CollectionURIResolver - interface com.ddtek.xquery.CollectionURIResolver.
An object that implements this interface that can be called by DataDirect XQuery to turn a file collection URI used in a call to fn:collection(), into a set of Source objects.
cancel() - Method in interface com.ddtek.xquery3.XQExpression
Attempts to cancel the execution if both the XQuery engine and XQJ driver support aborting the execution of an XQExpression.
cancel() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Attempts to cancel the execution if both the XQuery engine and XQJ driver support aborting the execution of an XQPreparedExpression.
clearWarnings() - Method in interface com.ddtek.xquery3.XQConnection
Clears the list of warnings associated with this connection.
clearWarnings() - Method in interface com.ddtek.xquery3.XQExpression
Clears the list of warnings associated with this expression
clearWarnings() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Clears the list of warnings associated with this prepared expression.
clearWarnings() - Method in interface com.ddtek.xquery3.XQResultItem
Clears the list of warnings associated with this result item
clearWarnings() - Method in interface com.ddtek.xquery3.XQResultSequence
Clears the list of warnings associated with this result sequence
close() - Method in interface com.ddtek.xquery3.XQConnection
Closes the connection.
close() - Method in interface com.ddtek.xquery3.XQExpression
Closes the expression object and release associated resources.
close() - Method in interface com.ddtek.xquery3.XQItem
Close the item and release all the resources associated with this item.
close() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Closes the expression object and release all resources associated with this prepared expression.
close() - Method in interface com.ddtek.xquery3.XQSequence
Closes the sequence and frees all resources associated with this sequence.
closeUnconditionally() - Method in interface com.ddtek.xquery3.ExtPooledConnection
Close the connection unconditional
com.ddtek.xquery - package com.ddtek.xquery
 
com.ddtek.xquery3 - package com.ddtek.xquery3
 
com.ddtek.xquery3.xqj - package com.ddtek.xquery3.xqj
 
commit() - Method in interface com.ddtek.xquery3.XQConnection
Makes all changes made in the current transaction permanent and releases any locks held by the datasource.
count() - Method in interface com.ddtek.xquery3.XQSequence
Returns a number indicating the number of items in the sequence.
createAtomicType(int) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing an XQuery atomic type.
createAttributeType(QName, int) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery attribute(nodename, basetype) type with the given node name and base type.
createAttributeType(QName, int, QName, URI) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery attribute(nodename,basetype,typename,schemaURI) type, with the given node name, base type, schema type name and schema URI.
createCommentType() - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery comment() type.
createDocumentElementType(XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery document(elementType) type containing a single element.
createDocumentType() - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery document() type.
createElementType(QName, int) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery element(nodename, basetype) type, with the given node name and base type.
createElementType(QName, int, QName, URI, boolean) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery element(nodename,basetype,typename,schemaURI, allowNill) type, given the node name, base type, schema type name, schema URI, and nilled check.
createExpression() - Method in interface com.ddtek.xquery3.XQConnection
Creates a new XQExpression object that can be used to perform execute immediate operations with XQuery expressions.
createExpression(XQStaticContext) - Method in interface com.ddtek.xquery3.XQConnection
Creates a new XQExpression object that can be used to perform execute immediate operations with XQuery expressions.
createItem(XQItem) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a copy of the specified XQItem.
createItemFromAtomicValue(String, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromBoolean(boolean, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromByte(byte, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromDocument(String) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from the given value.
createItemFromDocument(Reader) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from the given value.
createItemFromDocument(InputStream) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from the given value.
createItemFromDocument(XMLStreamReader) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from the given value.
createItemFromDocument(XMLReader) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from the given value.
createItemFromDocument(Source) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from the given Source.
createItemFromDouble(double, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromFloat(float, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromInt(int, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromLong(long, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromNode(Node, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromObject(Object, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromShort(short, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemFromString(String, XQItemType) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an item from a given value.
createItemType() - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery item type.
createNodeType() - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery node() type.
createProcessingInstructionType(String) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery processing-instruction(piTarget) type.
createSequence(XQSequence) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a copy of the specified XQSequence.
createSequence(Iterator) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates an XQSequence, containing all the items from the iterator.
createSequenceType(XQItemType, int) - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new sequence type from an item type and occurence indicator.
createTextType() - Method in interface com.ddtek.xquery3.XQDataFactory
Creates a new XQItemType object representing the XQuery text() type.

D

DDXQDataSource - class com.ddtek.xquery3.xqj.DDXQDataSource.
DDXQ implementation of XQDataSource.
DDXQDataSource() - Constructor for class com.ddtek.xquery3.xqj.DDXQDataSource
Creates new DDXQDataSource, merely used for Externalizability.
DDXQDataSource(InputStream) - Constructor for class com.ddtek.xquery3.xqj.DDXQDataSource
Creates new DDXQDataSource using the supplied configuration file.
DDXQDataSource(String) - Constructor for class com.ddtek.xquery3.xqj.DDXQDataSource
Creates new DDXQDataSource using the supplied key value pair with all the datasource options.
DDXQJDBCConnection - class com.ddtek.xquery3.xqj.DDXQJDBCConnection.
Part of DDXQ implementation of XQDataSource, the part that corresponds to a single SQLAdaptor.
DDXQJDBCConnection(String) - Constructor for class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
DDXQJDBCConnection() - Constructor for class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_GREATEST - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that ordering of empty sequences and NaN values as keys in an order by clause in a FLWOR expression is "greatest".
DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_LEAST - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that ordering of empty sequences and NaN values as keys in an order by clause in a FLWOR expression is "least".
DOCUMENTURIRESOLVER - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
declareNamespace(String, String) - Method in interface com.ddtek.xquery3.XQStaticContext
Declares a namespace prefix and associates it with a namespace URI.

E

ExtEmbeddedConnection - interface com.ddtek.xquery3.ExtEmbeddedConnection.
To unlock a branded DDXQ version
ExtLogControl - interface com.ddtek.xquery3.ExtLogControl.
External XQJ Spy logging controller interface
ExtPlanExplain - interface com.ddtek.xquery3.ExtPlanExplain.
This interface enables the DataDirect XQuery plan explain feature.
ExtPooledConnection - interface com.ddtek.xquery3.ExtPooledConnection.
 
executeCommand(String) - Method in interface com.ddtek.xquery3.XQExpression
Executes an implementation defined command.
executeCommand(Reader) - Method in interface com.ddtek.xquery3.XQExpression
Executes an implementation defined command.
executeQuery(String) - Method in interface com.ddtek.xquery3.XQExpression
Executes a query expression.
executeQuery(Reader) - Method in interface com.ddtek.xquery3.XQExpression
Executes a query expression.
executeQuery(InputStream) - Method in interface com.ddtek.xquery3.XQExpression
Executes a query expression.
executeQuery() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Executes the prepared query expression.
explain(String) - Method in interface com.ddtek.xquery3.ExtPlanExplain
Request a plan explain for the specified query.
explain(Reader) - Method in interface com.ddtek.xquery3.ExtPlanExplain
Request a plan explain for the specified query.
explain(InputStream) - Method in interface com.ddtek.xquery3.ExtPlanExplain
Request a plan explain for the specified query.

F

first() - Method in interface com.ddtek.xquery3.XQSequence
Moves to the first item in the sequence.
fromObject(Object) - Method in interface com.ddtek.xquery3.XQCommonHandler
Converts an object from a specific object model to a standard XQItem object containable in a sequence, thus compatible with other operations involving items and sequences.

G

getAllExternalVariables() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Retrieves all the external variables defined in the prolog of the prepared expression.
getAllUnboundExternalVariables() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Retrieves the names of all unbound external variables.
getAtomicValue() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the current item as a Java String.
getAutoCommit() - Method in interface com.ddtek.xquery3.XQConnection
Gets the auto-commit attribute of this connection
getBaseType() - Method in interface com.ddtek.xquery3.XQItemType
Returns the basic pre-defined type of the item.
getBaseURI() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the Base URI, if set in the static context, else the empty string.
getBaseUri() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the default BaseUri.
getBindingMode() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the value of the binding mode property.
getBoolean() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the current item as a boolean.
getBoundarySpacePolicy() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the boundary-space policy defined in the static context.
getByte() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the current item as a byte.
getCollation() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the default Collation.
getCollectionUriResolver() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Gets the default CollectionUriResolver.
getColumnNumber() - Method in class com.ddtek.xquery3.XQQueryException
Gets the column number in the query string where the error occurred.
getColumnNumber() - Method in class com.ddtek.xquery3.XQStackTraceElement
Gets the column number in the query string containing the execution point represented by this stack trace element.
getCommonHandler() - Method in interface com.ddtek.xquery3.XQStaticContext
Retrieves the default common handler used for converting items to and from Java objects.
getConnection() - Method in interface com.ddtek.xquery3.XQDataSource
Attempts to create a connection to an XML datasource.
getConnection(Connection) - Method in interface com.ddtek.xquery3.XQDataSource
Attempts to create a connection to an XML datasource using an existing JDBC connection.
getConnection(String, String) - Method in interface com.ddtek.xquery3.XQDataSource
Attempts to establish a connection to an XML datasource using the supplied username and password.
getConnection() - Method in interface com.ddtek.xquery3.XQResultItem
Gets the XQuery connection associated with this result item
getConnection() - Method in interface com.ddtek.xquery3.XQResultSequence
Gets the XQuery connection associated with this result sequence
getConnection() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
XQuery standard methods *
getConnection(Connection) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getConnection(String, String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getConstructionMode() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the construction mode defined in the static context.
getContextItemStaticType() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the static type of the context item.
getCopyNamespacesModeInherit() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the inherit part of the copy-namespaces mode defined in the static context.
getCopyNamespacesModePreserve() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the preserve part of the copy-namespaces mode defined in the static context.
getDdxqJdbcConnection() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getDdxqJdbcConnection(int) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Returns the DDXQJDBCConnection at the specified position.
getDefaultCollation() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the URI of the default collation.
getDefaultElementTypeNamespace() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the URI of the default element/type namespace, the empty string if not set.
getDefaultFunctionNamespace() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the URI of the default function namespace, the empty string if not set.
getDefaultOrderForEmptySequences() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the default order for empty sequences defined in the static context.
getDocumentUriResolver() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the default DocumentUriResolver.
getDouble() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the current item as a double.
getEnableLogging() - Method in interface com.ddtek.xquery3.ExtLogControl
Indicates whether XQJ Spy logging was enabled when the connection was created and whether logging is turned on.
getErrorCode() - Method in class com.ddtek.xquery3.XQQueryException
Gets the code identifying the error according to the standard as described in Appendix F, XQuery 1.0: An XML Query language, Appendix C, XQuery 1.0 and XPath 2.0 Functions and Operators, and its associated specifications; vendor defined implementation errors may also be raised; finally the error code may also be specified in the query using fn:error().
getErrorObject() - Method in class com.ddtek.xquery3.XQQueryException
Gets an XQSequence representing the error object passed to fn:error().
getFloat() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the current item as a float.
getFunctionQName() - Method in class com.ddtek.xquery3.XQStackTraceElement
Gets the QName of the function in which the error occurred, or null if it occurred outside an enclosing function (in a main module).
getHoldability() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the value of the holdability property.
getImplicitTimeZone() - Method in interface com.ddtek.xquery3.XQDynamicContext
Gets the implicit timezone
getInt() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the current item as an int.
getItem() - Method in interface com.ddtek.xquery3.XQSequence
Get the current item as an immutable XQItem object.
getItemAsStream() - Method in interface com.ddtek.xquery3.XQItemAccessor
Read the current item as an XMLStreamReader object, as described in Section 4.4.4 Serializing an XDM instance into a StAX event stream (XMLStreamReader), XQuery API for Java (XQJ) 1.0.
getItemAsString(Properties) - Method in interface com.ddtek.xquery3.XQItemAccessor
Serializes the current item according to the XSLT 2.0 and XQuery 1.0 serialization.
getItemKind() - Method in interface com.ddtek.xquery3.XQItemType
Returns the basic kind of the item.
getItemOccurrence() - Method in interface com.ddtek.xquery3.XQItemType
Returns the occurrence indicator for the item type.
getItemOccurrence() - Method in interface com.ddtek.xquery3.XQSequenceType
Returns the occurrence indicator for the sequence type.
getItemType() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the type of the item.
getItemType() - Method in interface com.ddtek.xquery3.XQSequenceType
Returns the type of the item in the sequence type.
getJdbcAdapters() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the number of adapters defined in this datasource
getJdbcName() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the JdbcName of the first SQL Adapter.
getJdbcOptions() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the JdbcOption for the first SQL Adapter.
getJdbcSqlXmlForest() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Gets the forest property specifies the format of the XML result that fn:collection() returns of the first SQL Adapter.
getJdbcSqlXmlIdentifierEscaping() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Gets the property controls how DataDirect XQuery handles escaping of identifiers, which is needed because of mismatches that occur when characters in SQL identifiers are mapped to XML of the first SQL Adapter.
getJdbcTempTableColumns() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Gets the string representation of the temp table column-type pairs, or null if not set of the first SQL addapter.
getJdbcTempTableSuffix() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Gets the prefix used for temp tables of the first SQL adapter.
getJdbcTransactionIsolationLevel() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Gets the transaction isolation level, one of the following values:
getJdbcUrl() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the JdbcUrl for connecting to the first SQL Adapter.
getLineNumber() - Method in class com.ddtek.xquery3.XQQueryException
Gets the line number in the query string where the error occurred.
getLineNumber() - Method in class com.ddtek.xquery3.XQStackTraceElement
Gets the line number in the query string containing the execution point represented by this stack trace element.
getLogWriter() - Method in interface com.ddtek.xquery3.XQDataSource
Retrieves the log writer for this XQDataSource object.
getLogWriter() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getLoginTimeout() - Method in interface com.ddtek.xquery3.XQDataSource
Gets the maximum time in seconds that this datasource can wait while attempting to connect to a database.
getLoginTimeout() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getLong() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the current item as a long.
getMaxExpressionLength() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the maximum number of characters allowed in an expression in this data source.
getMaxPooledQueries() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getMaxUserNameLength() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the maximum number of characters allowed in a user name.
getMetaData() - Method in interface com.ddtek.xquery3.XQConnection
Gets the metadata for this connection.
getMetaDataProperty(String) - Method in interface com.ddtek.xquery3.XQConnection
Gets the value of the connection property indicated by the specified key.
getModuleURI() - Method in class com.ddtek.xquery3.XQQueryException
Gets the module URI of the module in which the error occurred.
getModuleURI() - Method in class com.ddtek.xquery3.XQStackTraceElement
Gets the module URI containing the execution point represented by this stack trace element.
getModuleUriResolver() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the default ModuleUriResolver.
getName() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
getNamespacePrefixes() - Method in interface com.ddtek.xquery3.XQStaticContext
Returns the prefixes of all the statically known namespaces.
getNamespaceURI(String) - Method in interface com.ddtek.xquery3.XQStaticContext
Retrieves the namespace URI associated with a prefix.
getNextException() - Method in class com.ddtek.xquery3.XQException
Returns the next XQException in the chain or null if none.
getNextWarning() - Method in class com.ddtek.xquery3.XQWarning
Get the next warning in the chain.
getNode() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the item as a DOM node.
getNodeName() - Method in interface com.ddtek.xquery3.XQItemType
Returns the name of the node in case the item kind is an XQITEMKIND_DOCUMENT_ELEMENT, XQITEMKIND_ELEMENT, or XQITEMKIND_ATTRIBUTE.
getNodeUri() - Method in interface com.ddtek.xquery3.XQItemAccessor
Returns the URI for this item.
getObject() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the current item as an Object.
getObject(XQCommonHandler) - Method in interface com.ddtek.xquery3.XQItemAccessor
Returns a Java Object corresponding to the XQuery type using the XQCommonHandler passed in.
getOptions() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the options.
getOptions() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Get the options.
getOrderingMode() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the ordering mode defined in the static context.
getPIName() - Method in interface com.ddtek.xquery3.XQItemType
Returns the name of the processing instruction type.
getPassword() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the password.
getPassword() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
getPosition() - Method in class com.ddtek.xquery3.XQQueryException
Gets the character position in the query string where this exception occurred.
getPosition() - Method in interface com.ddtek.xquery3.XQSequence
Gets the current cursor position.
getPosition() - Method in class com.ddtek.xquery3.XQStackTraceElement
Gets the character position in the query string containing the execution point represented by this stack trace element.
getProductMajorVersion() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the major version of this product.
getProductMinorVersion() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the minor version of this product.
getProductName() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the name of this product.
getProductVersion() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the full version of this product.
getProperty(String) - Method in interface com.ddtek.xquery3.XQDataSource
Returns the current value of the named property if set, else null.
getProperty(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getQName() - Method in class com.ddtek.xquery3.XQStackTraceVariable
Gets the QName of the variable.
getQueryLanguageTypeAndVersion() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the value of the language type and version property.
getQueryStackTrace() - Method in class com.ddtek.xquery3.XQQueryException
Returns the query stack stackTrace when the exception occurred, or null if none.
getQueryTimeout() - Method in interface com.ddtek.xquery3.XQStaticContext
Retrieves the number of seconds an implementation will wait for a query to execute.
getReference() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getSchemaURI() - Method in interface com.ddtek.xquery3.XQItemType
Returns the schema location URI of the schema that contains the item's element or type definition.
getScrollability() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the value of the scrollability property.
getSequenceAsStream() - Method in interface com.ddtek.xquery3.XQSequence
Read the entire sequence starting from the current position as an XMLStreamReader object, as described in Section 4.4.4 Serializing an XDM instance into a StAX event stream (XMLStreamReader), XQuery API for Java (XQJ) 1.0.
getSequenceAsString(Properties) - Method in interface com.ddtek.xquery3.XQSequence
Serializes the sequence starting from the current position to a String according to the XSLT 2.0 and XQuery 1.0 serialization.
getShort() - Method in interface com.ddtek.xquery3.XQItemAccessor
Gets the current item as a short.
getSpyAttributes() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getSqlXmlForest() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Gets the forest property specifies the format of the XML result that fn:collection() returns.
getSqlXmlIdentifierEscaping() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Gets the property controls how DataDirect XQuery handles escaping of identifiers, which is needed because of mismatches that occur when characters in SQL identifiers are mapped to XML.
getStaticContext() - Method in interface com.ddtek.xquery3.XQConnection
Gets an XQStaticContext representing the default values for all expression properties.
getStaticContext() - Method in interface com.ddtek.xquery3.XQExpression
Gets an XQStaticContext representing the values for all expression properties.
getStaticContext() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Gets an XQStaticContext representing the values for all expression properties.
getStaticResultType() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Gets the static type information of the result sequence.
getStaticVariableType(QName) - Method in interface com.ddtek.xquery3.XQPreparedExpression
Retrieves the static type of a given external variable.
getSupportedMetaDataPropertyNames() - Method in interface com.ddtek.xquery3.XQConnection
Determines the property names supported by this connection.
getSupportedPropertyNames() - Method in interface com.ddtek.xquery3.XQDataSource
Returns an array containing the property names supported by this XQDataSource.
getSupportedPropertyNames() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
getSupportedXQueryEncodings() - Method in interface com.ddtek.xquery3.XQMetaData
Returns a set of java.lang.String, each of which specifies a character encoding method the XQJ implmentation supports to parse the XQuery query text.
getSystemId() - Method in class com.ddtek.xquery.StAXSource
Get the system identifier used by this StAXSource.
getTempTableColumns() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Gets the string representation of the temp table column-type pairs, or null if not set.
getTempTableSuffix() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Gets the suffix used for temp tables.
getTransactionIsolationLevel() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Gets the transaction isolation level.
getTypeName() - Method in interface com.ddtek.xquery3.XQItemType
Represents a type name (global or local).
getUpdatability() - Method in interface com.ddtek.xquery3.XQStaticContext
Gets the value of the updatability property of this connection.
getUrl() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
getUser() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Get the user name.
getUser() - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
getUserName() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the user name associated with this connection.
getValue() - Method in class com.ddtek.xquery3.XQStackTraceVariable
Gets a short string representation of the value of the stack variable.
getVariables() - Method in class com.ddtek.xquery3.XQStackTraceElement
Gets the variables in scope at this execution point, or null if no variable value retrieval is possible.
getVendorCode() - Method in class com.ddtek.xquery3.XQException
Gets the vendor code associated with this exception or null if none.
getWarnings() - Method in interface com.ddtek.xquery3.XQConnection
Gets the first warning in a chained list of warnings associated with this connection.
getWarnings() - Method in interface com.ddtek.xquery3.XQExpression
Gets the first warning in a chained list of warnings associated with this expression.
getWarnings() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Gets the first warning in a chained list of warnings associated with this expression.
getWarnings() - Method in interface com.ddtek.xquery3.XQResultItem
Gets the first warning in the list of warnings associated with this result item
getWarnings() - Method in interface com.ddtek.xquery3.XQResultSequence
Gets the first warning in the list of warnings associated with this result sequence.
getXMLStreamReader() - Method in class com.ddtek.xquery.StAXSource
Get the XMLStreamReader used by this StAXSource.
getXQJMajorVersion() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the major version number of XQJ specification supported by this implementation.
getXQJMinorVersion() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the minor version number of XQJ specification supported by this implementation.
getXQJVersion() - Method in interface com.ddtek.xquery3.XQMetaData
Gets the full version of XQJ specification supported by this implementation.

H

HOLDTYPE_CLOSE_CURSORS_AT_COMMIT - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the result sequences must be closed when the commit on the connection is called.
HOLDTYPE_HOLD_CURSORS_OVER_COMMIT - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the result sequences must be preserved when the commit on the connection is called.

I

ISOLATIONLEVEL - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
instanceOf(XQItemType) - Method in interface com.ddtek.xquery3.XQItemAccessor
Checks if the item "matches" an item type, as defined in 2.5.4.2 Matching an Item Type and an Item, XQuery 1.0: An XML Query Language.
isAfterLast() - Method in interface com.ddtek.xquery3.XQSequence
Checks if the current position is after the last item in the sequence.
isAllowJavaFunctions() - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
isAnonymousType() - Method in interface com.ddtek.xquery3.XQItemType
Represents whether the item type is an anonymous type in the schema.
isBeforeFirst() - Method in interface com.ddtek.xquery3.XQSequence
Checks if the current position before the first item in the sequence.
isClosed() - Method in interface com.ddtek.xquery3.XQConnection
Checks if the connection is closed.
isClosed() - Method in interface com.ddtek.xquery3.XQExpression
Checks if the expression is in a closed state.
isClosed() - Method in interface com.ddtek.xquery3.XQItem
Checks if the item is closed.
isClosed() - Method in interface com.ddtek.xquery3.XQPreparedExpression
Checks if the prepared expression in a closed state.
isClosed() - Method in interface com.ddtek.xquery3.XQSequence
Checks if the sequence is closed.
isElementNillable() - Method in interface com.ddtek.xquery3.XQItemType
Returns whether the element type is nillable or not.
isFirst() - Method in interface com.ddtek.xquery3.XQSequence
Checks if the current position at the first item in the sequence.
isFullAxisFeatureSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if XQuery full axis feature is supported in this connection.
isLast() - Method in interface com.ddtek.xquery3.XQSequence
Checks if the current position at the last item in the sequence.
isModuleFeatureSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if XQuery module feature is supported in this connection.
isOnItem() - Method in interface com.ddtek.xquery3.XQSequence
Check if the sequence is positioned on an item or not.
isReadOnly() - Method in interface com.ddtek.xquery3.XQMetaData
Query if the associated conection is restricted for read only use.
isSchemaAttribute() - Method in interface com.ddtek.xquery3.XQItemType
Represents whether the item type represents a schema attribute or not.
isSchemaElement() - Method in interface com.ddtek.xquery3.XQItemType
Represents whether the item type represents a schema element or not.
isSchemaImportFeatureSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if XQuery schema import feature is supported in this connection.
isSchemaValidationFeatureSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if XQuery schema validation feature is supported in this connection.
isScrollable() - Method in interface com.ddtek.xquery3.XQSequence
Checks if the sequence is scrollable.
isSerializationFeatureSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if XQuery serialization feature is supported in this connection.
isStaticTypingExtensionsSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if XQuery static typing extensions are supported in this connection.
isStaticTypingFeatureSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if XQuery static typing feature is supported in this data source.
isTransactionSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if transaction is supported in this data source.
isUserDefinedXMLSchemaTypeSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Check if the user defined XML schema type is supported in this connection.
isXQueryEncodingDeclSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if the XQuery encoding declaration is supported by the XQJ implementation.
isXQueryEncodingSupported(String) - Method in interface com.ddtek.xquery3.XQMetaData
Query if a character encoding method of the XQuery query text is supported by the XQJ implmentation.
isXQueryXSupported() - Method in interface com.ddtek.xquery3.XQMetaData
Query if XQueryX format is supported in this data source.

J

JDBCISOLATIONLEVEL - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
JDBCNAME - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
JDBCOPTIONS - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
JDBCSQLXMLFOREST - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
JDBCSQLXMLIDENTIER - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
JDBCTEMPTABLECOLUMNS - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
JDBCTEMPTABLESUFFIX - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
JDBCURL - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 

L

LANGTYPE_XQUERY - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the expression language used in XQConnection.prepareExpression and XQExpression.execute is XQuery (any version).
LANGTYPE_XQUERYX - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the expression language used in XQConnection.prepareExpression and XQExpression.execute is XQueryX.
last() - Method in interface com.ddtek.xquery3.XQSequence
Moves to the last item in the sequence.

M

MAXPOOLEDQUERIES - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
MODULEURIRESOLVER - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
MULTIVALUE_ADAPTERS - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
ModuleURIResolver - interface com.ddtek.xquery.ModuleURIResolver.
An object that implements this interface that can be called by DataDirect XQuery to turn a module URI and location hints used in a ModuleImport, into a set of StreamSource objects.

N

NAME - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
next() - Method in interface com.ddtek.xquery3.XQSequence
Moves to the next item in the sequence.

O

OCC_EMPTY - Static variable in interface com.ddtek.xquery3.XQSequenceType
 
OCC_EXACTLY_ONE - Static variable in interface com.ddtek.xquery3.XQSequenceType
 
OCC_ONE_OR_MORE - Static variable in interface com.ddtek.xquery3.XQSequenceType
 
OCC_ZERO_OR_MORE - Static variable in interface com.ddtek.xquery3.XQSequenceType
 
OCC_ZERO_OR_ONE - Static variable in interface com.ddtek.xquery3.XQSequenceType
 
OPTIONS - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
OPTIONS - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
ORDERING_MODE_ORDERED - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that ordered results are to be returned by certain path expressions, union, intersect, and except expressions, and FLWOR expressions that have no order by clause.
ORDERING_MODE_UNORDERED - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that unordered results are to be returned by certain path expressions, union, intersect, and except expressions, and FLWOR expressions that have no order by clause.

P

PASSWORD - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
PASSWORD - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
PLAN_EXPLAIN_AS_XHTML - Static variable in interface com.ddtek.xquery3.ExtPlanExplain
Generate a plan explain in XHTML format.
PLAN_EXPLAIN_AS_XML - Static variable in interface com.ddtek.xquery3.ExtPlanExplain
Generate a plan explain in XML format.
prepareExpression(String) - Method in interface com.ddtek.xquery3.XQConnection
Prepares an expression for execution.
prepareExpression(String, XQStaticContext) - Method in interface com.ddtek.xquery3.XQConnection
Prepares an expression for execution.
prepareExpression(Reader) - Method in interface com.ddtek.xquery3.XQConnection
Prepares an expression for execution.
prepareExpression(Reader, XQStaticContext) - Method in interface com.ddtek.xquery3.XQConnection
Prepares an expression for execution.
prepareExpression(InputStream) - Method in interface com.ddtek.xquery3.XQConnection
Prepares an expression for execution.
prepareExpression(InputStream, XQStaticContext) - Method in interface com.ddtek.xquery3.XQConnection
Prepares an expression for execution.
previous() - Method in interface com.ddtek.xquery3.XQSequence
Moves to the previous item in the sequence.

R

RESULTTYPE_READ_ONLY - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the result sequence is ready only and cannot be updated.
readExternal(ObjectInput) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
relative(int) - Method in interface com.ddtek.xquery3.XQSequence
Moves the cursor a relative number of items, either positive or negative.
resolve(String, String) - Method in interface com.ddtek.xquery.CollectionURIResolver
Called when a fn:collection() function is encountered, that references a file collection.
resolve(String, String, String[]) - Method in interface com.ddtek.xquery.ModuleURIResolver
Resolve the module with the provided module URI, base URI and location hints.
rollback() - Method in interface com.ddtek.xquery3.XQConnection
Undoes all changes made in the current transaction and releases any locks held by the datasource.

S

SCROLLTYPE_FORWARD_ONLY - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the result sequence can only be scrolled forward.
SCROLLTYPE_SCROLLABLE - Static variable in class com.ddtek.xquery3.XQConstants
The constant indicating that the result sequence can be scrolled forward or backward and is insensitive to any updates done on the underlying objects
SPYATTRIBUTES - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
SQLXMLFOREST - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
SQLXMLIDENTIER - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
StAXSource - class com.ddtek.xquery.StAXSource.
Acts as a holder for an XML Source in the form of a StAX reader, ie XMLStreamReader.
StAXSource(XMLStreamReader) - Constructor for class com.ddtek.xquery.StAXSource
Creates a new instance of a StAXSource by supplying an XMLStreamReader.
setAllowJavaFunctions(boolean) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
setAutoCommit(boolean) - Method in interface com.ddtek.xquery3.XQConnection
Sets the auto-commit attribute to the given state.
setBaseURI(String) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the Base URI in the static context, specify the empty string to make it undefined.
setBaseUri(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the default BaseUri.
setBindingMode(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the binding mode property.
setBoundarySpacePolicy(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the boundary-space policy in the static context.
setCollation(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the default Collation.
setCollectionUriResolver(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Sets the default CollectionUriResolver.
setCommonHandler(XQCommonHandler) - Method in interface com.ddtek.xquery3.XQDataSource
Sets the default common handler to be used for converting items to and from Java objects in the getObject methods on an item.
setCommonHandler(XQCommonHandler) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the default common handler to be used for converting items to and from Java objects.
setCommonHandler(XQCommonHandler) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
setConnectionPooled(boolean) - Method in interface com.ddtek.xquery3.ExtPooledConnection
The connection is used in a JDBC connection pool scenario
setConstructionMode(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the construction mode in the static context.
setContextItemStaticType(XQItemType) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the static type of the context item, specify null to make it unspecified.
setCopyNamespacesModeInherit(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the inherit part of the copy-namespaces mode in the static context.
setCopyNamespacesModePreserve(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the preserve part of the copy-namespaces mode in the static context.
setDdxqJdbcConnection(DDXQJDBCConnection[]) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
setDdxqJdbcConnection(int, DDXQJDBCConnection) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Sets the DDXQJdbcConnection at the specified position.
setDefaultCollation(String) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the URI of the default collation.
setDefaultElementTypeNamespace(String) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the URI of the default element/type namespace, the empty string to make it unspecified.
setDefaultFunctionNamespace(String) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the URI of the default function namespace, the empty string to make it unspecified.
setDefaultOrderForEmptySequences(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the default order for empty sequences in the static context.
setDocumentUriResolver(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the default DocumentURIResolver.
setEnableLogging(boolean) - Method in interface com.ddtek.xquery3.ExtLogControl
Enable XQJ Spy logging
If XQJ Spy was enabled when the connection was created, you can turn on or off XQJ Spy logging at runtime using this method.
setHoldability(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the holdability property.
setImplicitTimeZone(TimeZone) - Method in interface com.ddtek.xquery3.XQDynamicContext
Sets the implicit timezone
setJdbcName(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the Jdbcname for the first SQL Adapter.
setJdbcOptions(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the JdbcOptions string for the first SQL Adapter.
setJdbcSqlXmlForest(boolean) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Sets the forest property specifies the format of the XML result that fn:collection() returns of the first SQL Adapter.
setJdbcSqlXmlIdentifierEscaping(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Sets the property controls how DataDirect XQuery handles escaping of identifiers, which is needed because of mismatches that occur when characters in SQL identifiers are mapped to XML of the first SQL Adapter.
setJdbcTempTableColumns(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the string representation of the temp table column-type pairs of the first SQL adapter.
setJdbcTempTableSuffix(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the prefix used for temp tables of the first SQL adapter.
setJdbcTransactionIsolationLevel(int) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Sets the transaction isolation level, one of the following values: java.sql.Connection.TRANSACTION_READ_UNCOMMITTED java.sql.Connection.TRANSACTION_READ_COMMITTED java.sql.Connection.TRANSACTION_REPEATABLE_READ java.sql.Connection.TRANSACTION_SERIALIZABLE
setJdbcUrl(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the JdbcUrl for the first SQL Adapter.
setLogWriter(PrintWriter) - Method in interface com.ddtek.xquery3.XQDataSource
Sets the log writer for this XQDataSource object to the given java.io.PrintWriter object.
setLogWriter(PrintWriter) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
setLoginTimeout(int) - Method in interface com.ddtek.xquery3.XQDataSource
Sets the maximum time in seconds that this datasource will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
setMaxPooledQueries(int) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
setModuleUriResolver(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the default ModuleURIResolver.
setName(String) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
setNextException(XQException) - Method in class com.ddtek.xquery3.XQException
Adds an XQException to the chain of exceptions.
setNextWarning(XQWarning) - Method in class com.ddtek.xquery3.XQWarning
Adds a new warning to the chain of warnings.
setOptions(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the options
setOptions(String) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Set the options
setOrderingMode(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the ordering mode in the static context.
setPassword(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the password.
setPassword(String) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
setPlanFormat(String) - Method in interface com.ddtek.xquery3.ExtPlanExplain
Set the returned plan format.
setProperties(Properties) - Method in interface com.ddtek.xquery3.XQDataSource
Sets the data source properties from the specified Properties instance.
setProperties(Properties) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
setProperty(String, String) - Method in interface com.ddtek.xquery3.XQDataSource
Sets the named property to the specified value.
setProperty(String, String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
setQueryLanguageTypeAndVersion(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the input query language type and version.
setQueryTimeout(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the number of seconds an implementation will wait for a query to execute.
setResourceLocation(String) - Method in interface com.ddtek.xquery3.ExtPlanExplain
Set the folder where the generated plan will reference required resources, like images, JavaScript, HTML stylesheets.
setScrollability(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the scrollability of the result sequence.
setSpyAttributes(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
setSqlXmlForest(boolean) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Sets the forest property specifies the format of the XML result that fn:collection() returns.
setSqlXmlIdentifierEscaping(String) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Sets the property controls how DataDirect XQuery handles escaping of identifiers, which is needed because of mismatches that occur when characters in SQL identifiers are mapped to XML.
setStaticContext(XQStaticContext) - Method in interface com.ddtek.xquery3.XQConnection
Sets the default values for all expression properties.
setSystemId(String) - Method in class com.ddtek.xquery.StAXSource
In the context of a StAXSource, it is not appropriate to explicitly set the system identifier.
setTempTableColumns(String) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Set the string representation of the temp table column-type pairs.
setTempTableSuffix(String) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Set the suffix used for temp tables.
setTransactionIsolationLevel(int) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
Sets the transaction isolation level, one of the following values: java.sql.Connection.TRANSACTION_READ_UNCOMMITTED java.sql.Connection.TRANSACTION_READ_COMMITTED java.sql.Connection.TRANSACTION_REPEATABLE_READ java.sql.Connection.TRANSACTION_SERIALIZABLE
setUpdatability(int) - Method in interface com.ddtek.xquery3.XQStaticContext
Sets the updatability of the result sequence.
setUrl(String) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
setUser(String) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Set the user name.
setUser(String) - Method in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 

T

TEMPTABLECOLUMNS - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
TEMPTABLEPREFIX - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
toObject(XQItemAccessor) - Method in interface com.ddtek.xquery3.XQCommonHandler
Converts an item into its corresponding object in the current object model supported.
toString() - Method in interface com.ddtek.xquery3.XQItemType
Returns a string representation of the item type.
toString() - Method in interface com.ddtek.xquery3.XQSequenceType
Returns a string representation of the sequence type.

U

URL - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
property names
USER - Static variable in class com.ddtek.xquery3.xqj.DDXQDataSource
 
USER - Static variable in class com.ddtek.xquery3.xqj.DDXQJDBCConnection
 
unlock(String) - Method in interface com.ddtek.xquery3.ExtEmbeddedConnection
Unlocks a branded DDXQ installation

W

wasCreatedFromJDBCConnection() - Method in interface com.ddtek.xquery3.XQMetaData
Query if this connection was created from a JDBC connection.
writeConfiguration(OutputStream) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
Saves this DDXQDataSource to an outputStream which can later be used with the constructor.
writeExternal(ObjectOutput) - Method in class com.ddtek.xquery3.xqj.DDXQDataSource
 
writeItem(OutputStream, Properties) - Method in interface com.ddtek.xquery3.XQItemAccessor
Serializes the current item.
writeItem(Writer, Properties) - Method in interface com.ddtek.xquery3.XQItemAccessor
Serializes the current item according to a Writer according to XSLT 2.0 and XQuery 1.0 serialization.
writeItemToResult(Result) - Method in interface com.ddtek.xquery3.XQItemAccessor
Writes the current item to a Result.
writeItemToSAX(ContentHandler) - Method in interface com.ddtek.xquery3.XQItemAccessor
Writes the current item to a SAX handler, as described in in Section 4.4.5 Serializing an XDM instance into a StAX event stream, XQuery API for Java (XQJ) 1.0.
writeSequence(OutputStream, Properties) - Method in interface com.ddtek.xquery3.XQSequence
Serializes the sequence starting from the current position to an OutputStream according to the XSLT 2.0 and XQuery 1.0 serialization.
writeSequence(Writer, Properties) - Method in interface com.ddtek.xquery3.XQSequence
Serializes the sequence starting from the current position to a Writer according to the XSLT 2.0 and XQuery 1.0 serialization.
writeSequenceToResult(Result) - Method in interface com.ddtek.xquery3.XQSequence
Writes the entire sequence starting from the current position to a Result.
writeSequenceToSAX(ContentHandler) - Method in interface com.ddtek.xquery3.XQSequence
Writes the entire sequence starting from the current position to a SAX handler, as described in Section 4.4.5 Serializing an XDM instance into a StAX event stream, XQuery API for Java (XQJ) 1.0.

X

XQBASETYPE_ANYATOMICTYPE - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:anyAtomicType
XQBASETYPE_ANYSIMPLETYPE - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:anySimpleType
XQBASETYPE_ANYTYPE - Static variable in interface com.ddtek.xquery3.XQItemType
Represents a complex element with a type annotation of xs:anyType
XQBASETYPE_ANYURI - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:anyURI
XQBASETYPE_BASE64BINARY - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:base64Binary
XQBASETYPE_BOOLEAN - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:boolean
XQBASETYPE_BYTE - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:byte
XQBASETYPE_DATE - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:date
XQBASETYPE_DATETIME - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:dateTime
XQBASETYPE_DAYTIMEDURATION - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:dayTimeDuration
XQBASETYPE_DECIMAL - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:decimal
XQBASETYPE_DOUBLE - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:double
XQBASETYPE_DURATION - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:duration
XQBASETYPE_ENTITIES - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:ENTITIES
XQBASETYPE_ENTITY - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:ENTITY
XQBASETYPE_FLOAT - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:float
XQBASETYPE_GDAY - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:gDay
XQBASETYPE_GMONTH - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:gMonth
XQBASETYPE_GMONTHDAY - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:gMonthDay
XQBASETYPE_GYEAR - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:gYear
XQBASETYPE_GYEARMONTH - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:gYearMonth
XQBASETYPE_HEXBINARY - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:hexBinary
XQBASETYPE_ID - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:ID
XQBASETYPE_IDREF - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:IDREF
XQBASETYPE_IDREFS - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:IDREFS.
XQBASETYPE_INT - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:int
XQBASETYPE_INTEGER - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:integer
XQBASETYPE_LANGUAGE - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:language
XQBASETYPE_LONG - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:long
XQBASETYPE_NAME - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:Name
XQBASETYPE_NCNAME - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:NCName
XQBASETYPE_NEGATIVE_INTEGER - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:negativeInteger
XQBASETYPE_NMTOKEN - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:NMToken
XQBASETYPE_NMTOKENS - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:NMTOKENS
XQBASETYPE_NONNEGATIVE_INTEGER - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:nonNegativeInteger
XQBASETYPE_NONPOSITIVE_INTEGER - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:nonPositiveInteger
XQBASETYPE_NORMALIZED_STRING - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:normalizedString
XQBASETYPE_NOTATION - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:NOTATION
XQBASETYPE_POSITIVE_INTEGER - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:positiveInteger
XQBASETYPE_QNAME - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:QName
XQBASETYPE_SHORT - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:short
XQBASETYPE_STRING - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:string
XQBASETYPE_TIME - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:time
XQBASETYPE_TOKEN - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:token
XQBASETYPE_UNSIGNED_BYTE - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:unsignedByte
XQBASETYPE_UNSIGNED_INT - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:unsignedInt
XQBASETYPE_UNSIGNED_LONG - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:unsignedLong
XQBASETYPE_UNSIGNED_SHORT - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:unsignedShort
XQBASETYPE_UNTYPED - Static variable in interface com.ddtek.xquery3.XQItemType
Represents an untyped complex node.
XQBASETYPE_UNTYPEDATOMIC - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:untypedAtomic
XQBASETYPE_XQJ_COMPLEX - Static variable in interface com.ddtek.xquery3.XQItemType
Represents a complex element that has a schema type associated with it.
XQBASETYPE_XQJ_LISTTYPE - Static variable in interface com.ddtek.xquery3.XQItemType
Represents a user-defined list or union type
XQBASETYPE_YEARMONTHDURATION - Static variable in interface com.ddtek.xquery3.XQItemType
Represents the schema type xs:yearMonthDuration
XQCancelledException - exception com.ddtek.xquery3.XQCancelledException.
XQCancelledException is an exception to indicate that the current XQuery processing is cancelled by the application through a cancel() request.
XQCancelledException(String, Throwable, String, XQException, String, String, XQItem, int, int, XQStackTraceElement[]) - Constructor for class com.ddtek.xquery3.XQCancelledException
Construct an XQCancelledException exception object.
XQCommonHandler - interface com.ddtek.xquery3.XQCommonHandler.
XQCommonHandler defines the interface for all handlers for object models such as DOM4J, JDOM, JAXB, etc.
XQConnection - interface com.ddtek.xquery3.XQConnection.
A connection (session) with a specific XQuery engine.
XQConstants - class com.ddtek.xquery3.XQConstants.
XQConstants class provides some utility functions and constants that can be used in the XQJ API.
XQDataFactory - interface com.ddtek.xquery3.XQDataFactory.
This interface represents a factory to obtain sequences, item objects and types.
XQDataSource - interface com.ddtek.xquery3.XQDataSource.
An XQDataSource is a factory for XQConnection objects.
XQDynamicContext - interface com.ddtek.xquery3.XQDynamicContext.
XQDynamicContext provides access to the dynamic context as defined in 2.1.2 Dynamic Context, XQuery 1.0: An XML Query Language.
XQException - exception com.ddtek.xquery3.XQException.
An exception that provides information on XQJ, XQuery or other errors reported by an XQJ implementation.
XQException(String) - Constructor for class com.ddtek.xquery3.XQException
Constructs an XQException object with a given message.
XQException(Throwable) - Constructor for class com.ddtek.xquery3.XQException
Constructs an XQException object with a given cause.
XQException(String, Throwable) - Constructor for class com.ddtek.xquery3.XQException
Constructs an XQException object with a given message and cause.
XQException(String, String) - Constructor for class com.ddtek.xquery3.XQException
Constructs an XQException object with a given message and vendor code.
XQException(String, String, Throwable) - Constructor for class com.ddtek.xquery3.XQException
Constructs an XQException object with a given message, vendor code, and cause.
XQExpression - interface com.ddtek.xquery3.XQExpression.
This interface describes the execute immediate functionality for expressions.
XQITEMKIND_ATOMIC - Static variable in interface com.ddtek.xquery3.XQItemType
Some atomic type.
XQITEMKIND_ATTRIBUTE - Static variable in interface com.ddtek.xquery3.XQItemType
Attribute node
XQITEMKIND_COMMENT - Static variable in interface com.ddtek.xquery3.XQItemType
Comment node
XQITEMKIND_DOCUMENT - Static variable in interface com.ddtek.xquery3.XQItemType
Document type (the type information represents the type of the document element)
XQITEMKIND_DOCUMENT_ELEMENT - Static variable in interface com.ddtek.xquery3.XQItemType
Document node containing a single element node as its child (type information represents type of the element child)
XQITEMKIND_ELEMENT - Static variable in interface com.ddtek.xquery3.XQItemType
Element node
XQITEMKIND_ITEM - Static variable in interface com.ddtek.xquery3.XQItemType
Any kind of item
XQITEMKIND_NODE - Static variable in interface com.ddtek.xquery3.XQItemType
Some node type
XQITEMKIND_PI - Static variable in interface com.ddtek.xquery3.XQItemType
Processing instruction node
XQITEMKIND_TEXT - Static variable in interface com.ddtek.xquery3.XQItemType
Text node
XQItem - interface com.ddtek.xquery3.XQItem.
This interface represents an item in the XDM.
XQItemAccessor - interface com.ddtek.xquery3.XQItemAccessor.
This interface represents a common interface for accessing the values of an XQuery item.
XQItemType - interface com.ddtek.xquery3.XQItemType.
The XQItemType interface represents an item type as defined in XQuery 1.0: An XML Query language.
XQMetaData - interface com.ddtek.xquery3.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 - interface com.ddtek.xquery3.XQPreparedExpression.
This interface describes an expression that can be prepared for multiple subsequent executions.
XQQueryException - exception com.ddtek.xquery3.XQQueryException.
An exception that provides information on errors occurring during the evaluation of an xquery.
XQQueryException(String) - Constructor for class com.ddtek.xquery3.XQQueryException
Constructs an XQQueryException object with a given message.
XQQueryException(String, QName) - Constructor for class com.ddtek.xquery3.XQQueryException
Constructs an XQQueryException object with a given message, and error code.
XQQueryException(String, QName, int, int, int) - Constructor for class com.ddtek.xquery3.XQQueryException
Constructs an XQQueryException object with a given message, error code, line number, column number, and position.
XQQueryException(String, String, QName, int, int, int) - Constructor for class com.ddtek.xquery3.XQQueryException
Constructs an XQQueryException object with a given message, vendor code, error code, line number, column number, and position.
XQQueryException(String, String, QName, int, int, int, String, XQSequence, XQStackTraceElement[]) - Constructor for class com.ddtek.xquery3.XQQueryException
Constructs an XQQueryException object with a given message, vendor code, error code, line number, column number, position, module URI, error object, and stack trace.
XQResultItem - interface com.ddtek.xquery3.XQResultItem.
This interface represents an immutable item object obtained from an XQResultSequence using the getItem method.
XQResultSequence - interface com.ddtek.xquery3.XQResultSequence.
This interface represents a sequence of items obtained as a result of evaluation XQuery expressions.
XQSequence - interface com.ddtek.xquery3.XQSequence.
This interface represents a sequence of items as defined in the XDM.
XQSequenceType - interface com.ddtek.xquery3.XQSequenceType.
The XQSequenceType interface represents a sequence type as XQuery 1.0: An XML Query language.
XQStackTraceElement - class com.ddtek.xquery3.XQStackTraceElement.
This class represents a frame in a stack trace, akin to the java.lang.StackTraceElement but for XQuery callstacks instead of Java.
XQStackTraceElement(String, int, int, int, QName, XQStackTraceVariable[]) - Constructor for class com.ddtek.xquery3.XQStackTraceElement
Construct an XQStackTraceElement object representing a frame in a stack trace.
XQStackTraceVariable - class com.ddtek.xquery3.XQStackTraceVariable.
This class represents the list of variables and their values in an error stack.
XQStackTraceVariable(QName, String) - Constructor for class com.ddtek.xquery3.XQStackTraceVariable
Construct a stack trace variable object.
XQStaticContext - interface com.ddtek.xquery3.XQStaticContext.
An XQStaticContext represents default values for various XQuery Static Context Components.
XQWarning - exception com.ddtek.xquery3.XQWarning.
This class represents an XQuery warning.
XQWarning(String) - Constructor for class com.ddtek.xquery3.XQWarning
Constructs a warning object indicating the underlying exception and vendor code.
XQWarning(String, Throwable, String, XQWarning) - Constructor for class com.ddtek.xquery3.XQWarning
Constructs a warning object indicating the underlying exception and vendor code.

A B C D E F G H I J L M N O P R S T U W X