|
XQJ v1.0, Jan 14, 2008 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
XQSequence
's position to the given item
number in this object.
PooledXQConnection
object.
Source
.
XQDynamicContext
for more information.
XQDynamicContext
for more information.
XQExpression
.
XQPreparedExpression
.
PooledXQConnection
object represents.
XQConnectionEventListener
that
the application has called the method close
on its
representation of a pooled connection.
XQConnectionEventListener
that
a fatal error has occurred and the pooled connection can
no longer be used.
PooledXQConnection
objects.xs:anyType
, and all attribute and element nodes copied during
node construction retain their original types.
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.
XQItemType
object representing an XQuery atomic type.
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-node(elementType)
type containing a single element.
XQItemType
object representing the XQuery
document-node(elementType)
type containing a single
schema-element(...)
.
XQItemType
object representing the XQuery
document-node()
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.
XQItemType
object representing the XQuery
schema-attribute(nodename,basetype,schemaURI)
type,
with the given node name, base type, and schema URI.
XQItemType
object representing the XQuery
schema-element(nodename,basetype,schemaURI)
type, given the node name, base type, and the schema URI.
XQSequence
.
XQSequence
, containing all the items from the
iterator.
XQItemType
object representing the XQuery
text()
type.
String
.
boolean
.
byte
.
XQConnection
object that is a handle
for the physical connection that this PooledXQConnection
object represents.
double
.
fn:error()
.
XQSequence
representing the error object passed to
fn:error()
.
float
.
QName
of the function in which the error occurred,
or null
if it occurred outside an enclosing function (in a main module).
int
.
XQItem
object.
XMLStreamReader
object, as described
in Section 12.1 Serializing an XDM instance into a StAX event stream
(XMLStreamReader), XQuery API for Java (XQJ) 1.0.
XQDataSource
object.
long
.
XQException
in the chain or
null
if none.
XQITEMKIND_DOCUMENT_ELEMENT
, XQITEMKIND_DOCUMENT_SCHEMA_ELEMENT
,
XQITEMKIND_ELEMENT
, XQITEMKIND_SCHEMA_ELEMENT
,
XQITEMKIND_ATTRIBUTE
, or XQITEMKIND_SCHEMA_ATTRIBUTE
.
Object
.
null
.
null
.
QName
of the variable.
XMLStreamReader
object, as described in
Section 12.1 Serializing an XDM instance into a StAX event stream
(XMLStreamReader), XQuery API for Java (XQJ) 1.0.
short
.
XQStaticContext
representing the default values for
all expression properties.
XQStaticContext
representing the values for all
expression properties.
XQStaticContext
representing the values for all
expression properties.
XQDataSource
.
java.lang.String
, each of which
specifies a character encoding method the XQJ implmentation supports to
parse the XQuery query text.
null
if no
variable value retrieval is possible.
null
if none.
XQException
for this
XQConnectionEvent
object.
XQConnection.prepareExpression
and
XQExpression.execute
is XQuery (any version).
XQConnection.prepareExpression
and
XQExpression.execute
is XQueryX.
PooledXQConnection
object.
null
to make it unspecified.
java.io.PrintWriter
object.
XQDataSource
object to the given
java.io.PrintWriter
object.
XQException
to the chain of exceptions.
Properties
instance.
Properties
instance.
Writer
according to
XSLT 2.0 and XQuery 1.0 serialization.
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: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
object with a given message,
vendor code, error code, line number, column number, position, module URI,
error object, and stack trace.
XQConnectionEvent
object initialized with
the given PooledXQConnection
object.
XQConnectionEvent
object initialized with
the given PooledXQConnection
object and
XQException
object.
PooledXQConnection
object.XQConstants
class provides 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 message
and vendor code.
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.
|
XQJ v1.0, Jan 14, 2008 | ||||||||
PREV NEXT | FRAMES NO FRAMES |