|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
XQSequence's position to the given item
number in this object.
XQDynamicContext for more information.
XQDynamicContext for more information.
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.
QName for the context item.
fn:collection(),
into a set of Source objects.XQExpression.
XQPreparedExpression.
XQItemType object representing an XQuery atomic type.
XQItemType object representing the XQuery
attribute(nodename, basetype) type
with the given node name and base type.
XQItemType object representing the XQuery
attribute(nodename,basetype,typename,schemaURI) type,
with the given node name, base type, schema type name and schema URI.
XQItemType object representing the XQuery
comment() type.
XQItemType object representing the XQuery
document(elementType) type containing a single element.
XQItemType object representing the XQuery
document() type.
XQItemType object representing the XQuery
element(nodename, basetype) type, with the
given node name and base type.
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.
XQExpression object that can be used to perform
execute immediate operations with XQuery expressions.
XQExpression object that can be used to perform execute
immediate operations with XQuery expressions.
XQItem.
Source.
XQItemType object representing the XQuery item type.
XQItemType object representing the XQuery node()
type.
XQItemType object representing the XQuery
processing-instruction(piTarget) type.
XQSequence.
XQSequence, containing all the items from the
iterator.
XQItemType object representing the XQuery
text() type.
XQDataSource.XQItem
object containable in a sequence, thus compatible with other operations
involving items and sequences.
String.
boolean.
byte.
double.
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.
XQConnection.prepareExpression and
XQExpression.execute is XQuery (any version).
XQConnection.prepareExpression and
XQExpression.execute is XQueryX.
ModuleImport,
into a set of StreamSource objects.fn:collection() function is encountered,
that references a file collection.
Source in the form of a StAX reader, ie
XMLStreamReader. StAXSource by supplying an
XMLStreamReader.
getObject methods on an item.
null
to make it unspecified.
XQDataSource object to the given
java.io.PrintWriter object.
XQException to the chain of exceptions.
Properties
instance.
StAXSource, it is not appropriate to
explicitly set the system identifier.
Writer according to
XSLT 2.0 and XQuery 1.0 serialization.
Result.
OutputStream according to the
XSLT 2.0 and XQuery 1.0 serialization.
Result.
xs:anyAtomicType
xs:anySimpleType
xs:anyType
xs:anyURI
xs:base64Binary
xs:boolean
xs:byte
xs:date
xs:dateTime
xs:dayTimeDuration
xs:decimal
xs:double
xs:duration
xs:ENTITIES
xs:ENTITY
xs:float
xs:gDay
xs:gMonth
xs:gMonthDay
xs:gYear
xs:gYearMonth
xs:hexBinary
xs:ID
xs:IDREF
xs:IDREFS.
xs:int
xs:integer
xs:language
xs:long
xs:Name
xs:NCName
xs:negativeInteger
xs:NMToken
xs:NMTOKENS
xs:nonNegativeInteger
xs:nonPositiveInteger
xs:normalizedString
xs:NOTATION
xs:positiveInteger
xs:QName
xs:short
xs:string
xs:time
xs:token
xs:unsignedByte
xs:unsignedInt
xs:unsignedLong
xs:unsignedShort
xs:untypedAtomic
xs:yearMonthDuration
XQCancelledException is an exception to indicate that the
current XQuery processing is cancelled by the application through a
cancel() request. XQCancelledException exception object.
XQCommonHandler defines the interface for all handlers for
object models such as DOM4J, JDOM, JAXB, etc.
XQConstants class provides some utility functions and constants that can be
used in the XQJ API.XQDataSource is a factory for XQConnection
objects. XQDynamicContext provides access to the dynamic context as defined in
2.1.2
Dynamic Context, XQuery 1.0: An XML Query Language.
XQException object with a given message.
XQException object with a given cause.
XQException object with a given message and cause.
XQException object with a given message
and vendor code.
XQException object with a given message, vendor
code, and cause.
XQItemType interface represents an item type as defined in
XQuery 1.0: An XML Query language.
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.
XQQueryException object with a given message.
XQQueryException object with a given message,
and error code.
XQQueryException object with a given message,
error code, line number, column number, and position.
XQQueryException object with a given message,
vendor code, error code, line number, column number, and position.
XQQueryException object with a given message,
vendor code, error code, line number, column number, position, module URI,
error object, and stack trace.
XQResultSequence using the getItem method.
XQSequenceType interface represents a sequence type as
XQuery 1.0: An XML Query language.
java.lang.StackTraceElement but for XQuery callstacks
instead of Java.XQStackTraceElement object representing
a frame in a stack trace.
XQStaticContext represents default values for various
XQuery Static Context Components.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||