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

A

abort() - Method in class com.marklogic.xdmp.XDMPDocInsertStream
Aborts the document insert.
asBigDecimal() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Decimal
Map to java BigDecimal
asBigInteger() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Integer
Map to java BigInteger
asBinaryData() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Base64Binary
Return as decoded raw binary data
asBinaryData() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Binary
Return as decoded raw binary data
asBinaryData() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.HexBinary
Return as decoded raw binary data
asBoolean() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Boolean
Map to java Boolean
asDate() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Date
Map to java Date
asDate() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.DateTime
Map to java Date
asDate() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Time
Map to java Date
asDouble() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Double
Map to java Double
asDuration() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.DayTimeDuration
Map to XDBCDuration
asDuration() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Duration
Map to XDBCDuration
asDuration() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.YearMonthDuration
Map to XDBCDuration
asFloat() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Float
Map to java Float
asGregorianCalendar() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.GDay
Map to java GregorianCalendar
asGregorianCalendar() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.GMonth
Map to java GregorianCalendar
asGregorianCalendar() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.GMonthDay
Map to java GregorianCalendar
asGregorianCalendar() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.GYear
Map to java GregorianCalendar
asGregorianCalendar() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.GYearMonth
Map to java GregorianCalendar
asInputStream() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Binary
Map to Java InputStream
asInputStream() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Text
Map to Java InputStream
asInputStream() - Method in class com.marklogic.xdmp.XDMPSchemaTypes.DataStream
 
asInteger() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Integer
Map to java Integer
asNode() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Node
Map to org.w3c.dom.Node
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.AnyURI
Map to java String
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Base64Binary
Map to java bytearray
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.DayTimeDuration
Map to java String
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Duration
Map to java String
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.HexBinary
Map to java String
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Node
Map to java String
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.QName
Map to java String
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.String
Map to java String
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Text
Map to java String
asString() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.YearMonthDuration
Map to java String
as_boolean() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Boolean
Map to boolean
as_byte_array() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Base64Binary
Map to java bytearray
as_byte_array() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Binary
Map to java bytearray
as_byte_array() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.HexBinary
Map to java bytearray
as_double() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Double
Map to double
as_float() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Float
Map to float
as_int() - Method in interface com.marklogic.xdbc.XDBCSchemaTypes.Integer
Map to int

C

cancel() - Method in interface com.marklogic.xdbc.XDBCStatement
Cancel the execution of this XQuery statement.
clearVariables() - Method in interface com.marklogic.xdbc.XDBCStatement
Clears the value of all external variables for this statement.
clearWarnings() - Method in interface com.marklogic.xdbc.XDBCConnection
Clears all warnings reported for this XDBCConnection object.
clearWarnings() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Clear all the warnings reported on this XQuery statement.
clearWarnings() - Method in interface com.marklogic.xdbc.XDBCStatement
Clear all the warnings reported on this XQuery statement.
clearWarnings() - Method in class com.marklogic.xdmp.XDMPConnection
Clears all warnings reported for this XDBCConnection object.
close() - Method in interface com.marklogic.xdbc.XDBCConnection
Releases a XDBCConnection's database and XDBC resources immediately instead of waiting for this to be done by the Java runtime.
close() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Releases this XDBCResultSequence object's database and XDBC resources immediately instead of waiting for this to be done by the Java runtime.
close() - Method in interface com.marklogic.xdbc.XDBCStatement
Release this XQuery statement's database and XDBC resources immediately instead of waiting for this to be done by the Java runtime.
close() - Method in class com.marklogic.xdmp.XDMPConnection
Releases a XDBCConnection's database and XDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.marklogic.xdmp.XDMPDocInsertStream
Closes this output stream and releases any system resources associated with it.
com.marklogic.xdbc - package com.marklogic.xdbc
 
com.marklogic.xdmp - package com.marklogic.xdmp
 
commit() - Method in interface com.marklogic.xdbc.XDBCConnection
NOTE: This method is NOT currently supported.
commit() - Method in class com.marklogic.xdmp.XDMPConnection
NOTE: This method is NOT currently supported.
commit() - Method in class com.marklogic.xdmp.XDMPDocInsertStream
Commits the document insert to the database.
createStatement() - Method in interface com.marklogic.xdbc.XDBCConnection
Creates a XDBCStatement object for sending XQuery expressions to the database.
createStatement() - Method in class com.marklogic.xdmp.XDMPConnection
Creates a Statement object for sending XQuery expressions to the database.

D

dump() - Method in class com.marklogic.xdbc.XDBCXQueryException
Prints the code, format string, and expression for the exception.

E

equals(XDBCDuration) - Method in class com.marklogic.xdbc.XDBCDuration
Compares this XDBCDuration object to the specified object.
executeQuery(String) - Method in interface com.marklogic.xdbc.XDBCStatement
Evaluate an XQuery query and return a sequence of results.

F

finalize() - Method in class com.marklogic.xdmp.XDMPConnection
Finalizer for XDMPConnection.
finalize() - Method in class com.marklogic.xdmp.XDMPDocInsertStream
 
flush() - Method in class com.marklogic.xdmp.XDMPDocInsertStream
Flushes this output stream and forces any buffered output bytes to be written out.

G

getAnyURI() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getAutoCommit() - Method in interface com.marklogic.xdbc.XDBCConnection
Gets the current auto-commit state.
getAutoCommit() - Method in class com.marklogic.xdmp.XDMPConnection
Gets the current auto-commit state of this connection.
getBase64Binary() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getBinary() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Special type item accessor
getBoolean() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getBufferSize() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the current buffer size, which is the number of bytes that that should be fetched from the database in a single read of results.
getBufferSize() - Method in interface com.marklogic.xdbc.XDBCStatement
Returns the current buffer size, which is the number of bytes that that should be fetched from the database in a single read of results.
getBytes(InputStream, int, boolean) - Method in class com.marklogic.xdmp.XDMPSchemaTypes.DataStream
 
getCapability() - Method in class com.marklogic.xdmp.XDMPPermission
Returns the capability.
getCode() - Method in class com.marklogic.xdbc.XDBCXQueryException
Returns the symbolic exception code.
getCode() - Method in class com.marklogic.xdbc.XDBCXQueryRuntimeException
Return the symbolic exception code
getCollections() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the list of collections to which a document should be added when it's loaded.
getConnection() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in interface com.marklogic.xdbc.XDBCStatement
Retrieves the connection object that generated this statement.
getConnection() - Method in class com.marklogic.xdmp.XDMPDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnection(String, String) - Method in class com.marklogic.xdmp.XDMPDataSource
Attempts to establish a connection with the data source that this DataSource object represents.
getConnectionCount() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Return the number of XDBCConnection objects currently open by this XDBC driver to the database.
getContextItem() - Method in class com.marklogic.xdbc.XDBCXQueryException.Frame
Get the context item, or null if there is no context defined.
getContextPosition() - Method in class com.marklogic.xdbc.XDBCXQueryException.Frame
Get the context position, or 0 if there is no context defined.
getDBMajorVersion() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Returns the major version of this database product.
getDBMinorVersion() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Return the minor version of this database product.
getData() - Method in class com.marklogic.xdbc.XDBCXQueryException
Returns the exception data.
getData() - Method in class com.marklogic.xdbc.XDBCXQueryRuntimeException
Return the exception data
getDate() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getDateTime() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getDayTimeDuration() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getDays() - Method in class com.marklogic.xdbc.XDBCDuration
Returns the days value of this duration.
getDecimal() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getDefaultTransactionIsolation() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Return the database's default transaction isolation level.
getDouble() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getDriverMajorVersion() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Return the XDBC driver's major version number.
getDriverMinorVersion() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Return the XDBC driver's minor version number.
getDuration() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getExpression() - Method in class com.marklogic.xdbc.XDBCXQueryException
Returns the expression which caused the exception.
getExpression() - Method in class com.marklogic.xdbc.XDBCXQueryRuntimeException
Return the expression which caused the exception.
getFloat() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getFormat() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the document format to apply to a loaded document.
getFormatString() - Method in class com.marklogic.xdbc.XDBCXQueryException
Returns the exception format string.
getFormatString() - Method in class com.marklogic.xdbc.XDBCXQueryRuntimeException
Return the exception format string
getGDay() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getGMonth() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getGMonthDay() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getGYear() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getGYearMonth() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getHexBinary() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getHost() - Method in interface com.marklogic.xdbc.XDBCConnection
Gets the host associated with this connection.
getHost() - Method in class com.marklogic.xdbc.XDBCConnectionFactory
Gets the host name or ip address used to create connections with this factory instance.
getHost() - Method in class com.marklogic.xdmp.XDMPConnection
Gets the host associated with this connection.
getHours() - Method in class com.marklogic.xdbc.XDBCDuration
Returns the hours value of this duration.
getInputStream() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns a java.io.InputStream that can be used to read the item.
getInteger() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getItemType() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the type of the current item as a constant integer.
getLanguage() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the language to apply when a document is loaded.
getLine() - Method in class com.marklogic.xdbc.XDBCXQueryException.Frame
Get the line number in the XQuery source.
getLocalName() - Method in class com.marklogic.xdbc.XDBCXName
Returns the current local name binding of this name object.
getLocale() - Method in interface com.marklogic.xdbc.XDBCConnection
Gets the locale associated with this database connection.
getLocale() - Method in class com.marklogic.xdmp.XDMPConnection
Gets the locale associated with this database connection.
getLocale() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the Locale to associate with the loaded document.
getLogWriter() - Method in class com.marklogic.xdmp.XDMPDataSource
Retrieves the log writer for this DataSource object.
getLoginTimeout() - Method in class com.marklogic.xdmp.XDMPDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getMaxOpenDocInsertStreams() - Static method in class com.marklogic.xdmp.XDMPConnection
Returns the maximum allowable number of open doc insert stream objects at any one time.
getMaxOpenResultSequences() - Static method in class com.marklogic.xdmp.XDMPConnection
Returns the maximum allowable number of open result sequence objects at any one time
getMetaData() - Method in interface com.marklogic.xdbc.XDBCConnection
Gets the metadata regarding this connection's database.
getMetaData() - Method in class com.marklogic.xdmp.XDMPConnection
Gets the metadata regarding this connection's database.
getMinutes() - Method in class com.marklogic.xdbc.XDBCDuration
Returns the minutes value of this duration.
getMonths() - Method in class com.marklogic.xdbc.XDBCDuration
Returns the months value of this duration.
getName() - Method in class com.marklogic.xdbc.XDBCXQueryException.Variable
Gets the variable name.
getNamespace() - Method in class com.marklogic.xdbc.XDBCXName
Returns the current namespace binding of this name object.
getNamespace() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the namespace that should apply to a document when it's loaded.
getNextException() - Method in class com.marklogic.xdbc.XDBCException
Retrieves the exception chained to this XDBCException.
getNextException() - Method in class com.marklogic.xdbc.XDBCRuntimeException
Retrieves the exception chained to this XDBCRuntimeException.
getNextType() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the type of the next item as a constant integer.
getNextWarning() - Method in class com.marklogic.xdbc.XDBCWarning
Retrieves the warning chained to this XDBCWarning.
getNode() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getOperation() - Method in class com.marklogic.xdbc.XDBCXQueryException.Frame
Get the description of the current operation.
getPermissions() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the list of permissions to be applied to the document when it is loaded.
getPlaceKeys() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the list of forest placement keys.
getPort() - Method in interface com.marklogic.xdbc.XDBCConnection
Gets the port number of this connection.
getPort() - Method in class com.marklogic.xdbc.XDBCConnectionFactory
Gets the port number used to create connections with this factory instance.
getPort() - Method in class com.marklogic.xdmp.XDMPConnection
Gets the port number of this connection.
getQName() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getQuality() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the quality setting to apply to a document when it's loaded.
getQueryTimeout() - Method in interface com.marklogic.xdbc.XDBCStatement
Retrieve the number of seconds the driver will wait for an XQuery statement object to execute.
getReader() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns a java.io.BufferedReader that can be used to read the current sequence item.
getRepair() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the document repair level setting.
getResolveEntities() - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the Resolve Entities On Load setting.
getResultSequenceConcurrency() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Gets the concurrency setting for this XDBCResultSequence object.
getResultSequenceConcurrency() - Method in interface com.marklogic.xdbc.XDBCStatement
Gets the concurrency setting for the XDBCResultSequence objects generated by evaluating this statement.
getRetryable() - Method in class com.marklogic.xdbc.XDBCXQueryException
Returns true if the exception is retryable.
getRetryable() - Method in class com.marklogic.xdbc.XDBCXQueryRuntimeException
Return whether retrying the operation may suceed
getRole() - Method in class com.marklogic.xdmp.XDMPPermission
Returns the role name.
getSeconds() - Method in class com.marklogic.xdbc.XDBCDuration
Returns the seconds value of this duration.
getSign() - Method in class com.marklogic.xdbc.XDBCDuration
Returns the sign of this duration, either positive or negative.
getStack() - Method in class com.marklogic.xdbc.XDBCXQueryException
Returns the XQuery Evaluator stack trace for this XDBCException.
getStack() - Method in class com.marklogic.xdbc.XDBCXQueryRuntimeException
Return the XQuery Evaluator stack trace for this XDBCRuntimeException.
getStatement() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the XDBCStatement object that produced this XDBCResultSequence object.
getStatementCount() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Return the number of XDBCStatements currently open by this driver to the database.
getString() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getStringBuffer(InputStream, StringBuffer, int, boolean) - Method in class com.marklogic.xdmp.XDMPSchemaTypes.DataStream
 
getSubSeconds() - Method in class com.marklogic.xdbc.XDBCDuration
Returns the fractional portion of the seconds value of this duration as a Java double.
getText() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Special type item accessor
getTime() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getTimeZone() - Method in interface com.marklogic.xdbc.XDBCConnection
Gets the timezone associated with this database connection.
getTimeZone() - Method in class com.marklogic.xdmp.XDMPConnection
Gets the timezone associated with this database connection.
getTransactionIsolation() - Method in interface com.marklogic.xdbc.XDBCConnection
Gets this XDBCConnection's current transaction isolation level.
getTransactionIsolation() - Method in class com.marklogic.xdmp.XDMPConnection
Return the database's default transaction isolation level.
getURI() - Method in class com.marklogic.xdbc.XDBCXQueryException.Frame
Get the URI of the XQuery source.
getUserName() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Return the user name as known to the database.
getValue() - Method in class com.marklogic.xdbc.XDBCXQueryException.Variable
Gets the variable value.
getVariables() - Method in class com.marklogic.xdbc.XDBCXQueryException.Frame
Get the variable bindings.
getWarnings() - Method in interface com.marklogic.xdbc.XDBCConnection
Returns the first warning reported by calls on this Connection.
getWarnings() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Retrieves the warnings reported by calls on this XQuery statement.
getWarnings() - Method in interface com.marklogic.xdbc.XDBCStatement
Retrieves the warnings reported by calls on this XQuery statement.
getWarnings() - Method in class com.marklogic.xdmp.XDMPConnection
Returns the first warning reported by calls on this XDMPConnection.
getYearMonthDuration() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Schema type item accessor
getYears() - Method in class com.marklogic.xdbc.XDBCDuration
Returns the years value of this duration.
get_Date() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the item as a Java Date type.
get_Decimal() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the item as a Java BigDecimal type.
get_String() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the item as a Java String type.
get_boolean() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the item as a Java primitive boolean type.
get_double() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the item as a Java primitive double type.
get_float() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the item as a Java primitive float type.
get_int() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the item as a Java primitive int type.
get_long() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the item as a Java primitive long type.

H

hasNext() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns true if this XDBCResultSequence has more items.
host - Variable in class com.marklogic.xdbc.XDBCConnectionFactory
 

I

INSERT - Static variable in class com.marklogic.xdmp.XDMPPermission
Specifies insert capability.
instream - Variable in class com.marklogic.xdmp.XDMPSchemaTypes.DataStream
 
invoke(String, String, XDBCXName[]) - Method in interface com.marklogic.xdbc.XDBCStatement
Invokes an XQuery module and return a sequence of results.
isClosed() - Method in interface com.marklogic.xdbc.XDBCConnection
Tests if this XDBCConnection is closed.
isClosed() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Tests if this XDBCResultSequence is closed.
isClosed() - Method in interface com.marklogic.xdbc.XDBCStatement
Tests if this XDBCStatement is closed.
isClosed() - Method in class com.marklogic.xdmp.XDMPConnection
Tests if this XDBCConnection is closed.
isReadOnly() - Method in interface com.marklogic.xdbc.XDBCConnection
Tests if this XDBCConnection is in read-only mode.
isReadOnly() - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Return true exactly when the database is in read-only mode.
isReadOnly() - Method in class com.marklogic.xdmp.XDMPConnection
Tests if this XDBCConnection is in read-only mode.
iterator() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns a java.util.Iterator wrapper for this XDBCResultSequence object.

M

MAJOR - Static variable in class com.marklogic.xdmp.XDMP_VERSION
 
MINOR - Static variable in class com.marklogic.xdmp.XDMP_VERSION
 

N

newDocument(String, XDMPDocOptions) - Method in class com.marklogic.xdmp.XDMPDocInsertStream
Starts a new document on this document insert stream.
newInstance() - Static method in class com.marklogic.xdbc.XDBCConnectionFactory
Returns a new instance of an XDBCConnectionFactory which can be used to produce XDBCConnection objects.
newXDBCConnection() - Method in class com.marklogic.xdbc.XDBCConnectionFactory
Creates and returns a new XDBCConnection object, representing a connection to an XML data source.
newXDBCConnection(String, int) - Method in class com.marklogic.xdbc.XDBCConnectionFactory
Creates and returns a new XDBCConnection object, representing a connection to an XML data source.
newXDBCConnection(String, int, String) - Method in class com.marklogic.xdbc.XDBCConnectionFactory
Creates and returns a new XDBCConnection object, representing a connection to an XML data source.
newXDBCConnection(String, int, String, String) - Method in class com.marklogic.xdbc.XDBCConnectionFactory
Creates and returns a new XDBCConnection object, representing a connection to an XML data source.
newXDBCConnection() - Method in class com.marklogic.xdmp.XDMPConnectionFactoryImpl
Creates and returns a new XDBCConnection object, representing a connection to an XML data source.
newXDBCConnection(String, int) - Method in class com.marklogic.xdmp.XDMPConnectionFactoryImpl
Creates and returns a new XDBCConnection object, representing a connection to an XML data source.
newXDBCConnection(String, int, String) - Method in class com.marklogic.xdmp.XDMPConnectionFactoryImpl
Creates and returns a new XDBCConnection object, representing a connection to an XML data source.
newXDBCConnection(String, int, String, String) - Method in class com.marklogic.xdmp.XDMPConnectionFactoryImpl
Creates and returns a new XDBCConnection object, representing a connection to an XML data source.
next() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the next item of the result sequence.
nextInputStream() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the next item of the result sequence as a java.io.InputStream object.
nextReader() - Method in interface com.marklogic.xdbc.XDBCResultSequence
Returns the next item of the result sequence as a java.io.BufferedReader object.

O

openDocInsertStream() - Method in class com.marklogic.xdmp.XDMPConnection
Opens a document insert stream to insert multiple documents in the database in a single transaction.
openDocInsertStream(String) - Method in class com.marklogic.xdmp.XDMPConnection
Opens a document insert stream to insert a document in the database.
openDocInsertStream(String, XDMPDocOptions) - Method in class com.marklogic.xdmp.XDMPConnection
Opens a document insert stream to insert a document in the database.
openDocInsertStream(String, Locale) - Method in class com.marklogic.xdmp.XDMPConnection
Deprecated. As of XDBC 3.0, replaced by XDMPDocOptions
openDocInsertStream(String, Locale, boolean) - Method in class com.marklogic.xdmp.XDMPConnection
Deprecated. As of XDBC 3.0, replaced by XDMPDocOptions
openDocInsertStream(String, Locale, boolean, XDMPPermission[]) - Method in class com.marklogic.xdmp.XDMPConnection
Deprecated. As of XDBC 3.0, replaced by XDMPDocOptions
openDocInsertStream(String, Locale, boolean, String[]) - Method in class com.marklogic.xdmp.XDMPConnection
Deprecated. As of XDBC 3.0, replaced by XDMPDocOptions
openDocInsertStream(String, Locale, boolean, XDMPPermission[], String[]) - Method in class com.marklogic.xdmp.XDMPConnection
Deprecated. As of XDBC 3.0, replaced by XDMPDocOptions
openDocInsertStream(String, Locale, boolean, XDMPPermission[], String[], int, String, int) - Method in class com.marklogic.xdmp.XDMPConnection
Deprecated. As of XDBC 3.0, replaced by XDMPDocOptions
openDocInsertStream(String, Locale, boolean, XDMPPermission[], String[], int, String, int, String[]) - Method in class com.marklogic.xdmp.XDMPConnection
Deprecated. As of XDBC 3.0, replaced by XDMPDocOptions
openDocInsertStream(String, Locale, boolean, XDMPPermission[], String[], int, String, int, String[], int, String) - Method in class com.marklogic.xdmp.XDMPConnection
Deprecated. As of XDBC 3.0, replaced by XDMPDocOptions

P

PATCH - Static variable in class com.marklogic.xdmp.XDMP_VERSION
 
parseStream() - Method in class com.marklogic.xdmp.XDMPSchemaTypes.DataStream
 
port - Variable in class com.marklogic.xdbc.XDBCConnectionFactory
 

R

READ - Static variable in class com.marklogic.xdmp.XDMPPermission
Specifies read capability.
rollback() - Method in interface com.marklogic.xdbc.XDBCConnection
NOTE: This method is NOT currently supported.
rollback() - Method in class com.marklogic.xdmp.XDMPConnection
NOTE: This method is NOT currently supported.

S

sbytes - Variable in class com.marklogic.xdmp.XDMPSchemaTypes.DataStream
 
setAnyURI(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setAutoCommit(boolean) - Method in interface com.marklogic.xdbc.XDBCConnection
NOTE: This method is NOT currently supported.
setAutoCommit(boolean) - Method in class com.marklogic.xdmp.XDMPConnection
NOTE: This method is NOT currently supported.
setBase64Binary(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setBoolean(XDBCXName, boolean) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setBufferSize(int) - Method in interface com.marklogic.xdbc.XDBCResultSequence
Gives the XDBC driver a hint about the number of bytes that should be fetched from the database in a single read of results.
setBufferSize(int) - Method in interface com.marklogic.xdbc.XDBCStatement
Gives the XDBC driver a hint about the number of bytes that should be fetched from the database in a single read of results.
setCollections(String[]) - Method in class com.marklogic.xdmp.XDMPDocOptions
Set the list of collections to which a document should be added when loaded.
setDate(XDBCXName, Date) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setDate(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setDateTime(XDBCXName, Date) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setDateTime(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setDayTimeDuration(XDBCXName, XDBCDuration) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setDays(int) - Method in class com.marklogic.xdbc.XDBCDuration
Sets the days value of this duration.
setDecimal(XDBCXName, BigDecimal) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setDecimal(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setDouble(XDBCXName, double) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setDuration(XDBCXName, XDBCDuration) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setFloat(XDBCXName, float) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setFormat(int) - Method in class com.marklogic.xdmp.XDMPDocOptions
Set the document format to apply when a document is loaded into the contentbase.
setGDay(XDBCXName, GregorianCalendar) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setGMonth(XDBCXName, GregorianCalendar) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setGMonthDay(XDBCXName, GregorianCalendar) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setGYear(XDBCXName, GregorianCalendar) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setGYearMonth(XDBCXName, GregorianCalendar) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setHexBinary(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setHost(String) - Method in class com.marklogic.xdbc.XDBCConnectionFactory
Sets the host name or ip address used to create connections with this factory instance.
setHost(String) - Method in class com.marklogic.xdmp.XDMPDataSource
Sets the hostname for connections created from this datasource.
setHours(int) - Method in class com.marklogic.xdbc.XDBCDuration
Sets the hours value of this duration.
setInteger(XDBCXName, BigInteger) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setInteger(XDBCXName, int) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setInteger(XDBCXName, long) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setLanguage(String) - Method in class com.marklogic.xdmp.XDMPDocOptions
Get the language to apply when a document is loaded.
setLocale(Locale) - Method in interface com.marklogic.xdbc.XDBCConnection
Sets the locale for this connection object.
setLocale(Locale) - Method in class com.marklogic.xdmp.XDMPConnection
Sets the locale for this connection object.
setLocale(Locale) - Method in class com.marklogic.xdmp.XDMPDocOptions
Set the Locale to associate with the loaded document.
setLogWriter(PrintWriter) - Method in class com.marklogic.xdmp.XDMPDataSource
Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
setLoginTimeout(int) - Method in class com.marklogic.xdmp.XDMPDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setMaxOpenDocInsertStreams(int) - Static method in class com.marklogic.xdmp.XDMPConnection
Sets the maximum allowable number of open doc insert stream objects at any one time.
setMaxOpenResultSequences(int) - Static method in class com.marklogic.xdmp.XDMPConnection
Sets the maximum allowable number of open result sequence objects at any one time.
setMinutes(int) - Method in class com.marklogic.xdbc.XDBCDuration
Sets the minutes value of this duration.
setMonths(int) - Method in class com.marklogic.xdbc.XDBCDuration
Sets the months value of this duration.
setNamespace(String) - Method in class com.marklogic.xdmp.XDMPDocOptions
Set the namespace to apply to a document when it's loaded.
setNextException(XDBCException) - Method in class com.marklogic.xdbc.XDBCException
Link this XDBCException to a specified other XDBCException
setNextException(XDBCException) - Method in class com.marklogic.xdbc.XDBCRuntimeException
Link this XDBCException to a specified other XDBCException
setNextWarning(XDBCWarning) - Method in class com.marklogic.xdbc.XDBCWarning
Links this XDBCWarning to a specified XDBCWarning
setNull(XDBCXName) - Method in interface com.marklogic.xdbc.XDBCStatement
Removes any value from the variable, effectively clearing the value of the variable.
setPassword(String) - Method in class com.marklogic.xdmp.XDMPDataSource
Sets the password for connections created from this datasource.
setPermissions(XDMPPermission[]) - Method in class com.marklogic.xdmp.XDMPDocOptions
Set the list of permissions to apply to a document when loaded.
setPlaceKeys(String[]) - Method in class com.marklogic.xdmp.XDMPDocOptions
Set the list of forest keys to indicate which data forest may be used to store a loaded document.
setPort(int) - Method in class com.marklogic.xdbc.XDBCConnectionFactory
Sets the port number used to create connections with this factory instance.
setPort(int) - Method in class com.marklogic.xdmp.XDMPDataSource
Sets the port number for connections created from this datasource.
setQName(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setQName(XDBCXName, XDBCXName) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setQuality(int) - Method in class com.marklogic.xdmp.XDMPDocOptions
Set the quality value that should be applied to a docuemnt when it's loaded.
setQueryTimeout(int) - Method in interface com.marklogic.xdbc.XDBCStatement
Sets the maximum number of seconds the driver will wait for an XDBCStatement to execute.
setReadOnly(boolean) - Method in interface com.marklogic.xdbc.XDBCConnection
NOTE: This method is NOT currently supported.
setReadOnly(boolean) - Method in class com.marklogic.xdmp.XDMPConnection
NOTE: This method is NOT currently supported.
setRepair(int) - Method in class com.marklogic.xdmp.XDMPDocOptions
Set the document repair level the server should apply to a document when it's loaded.
setResolveEntities(boolean) - Method in class com.marklogic.xdmp.XDMPDocOptions
Specify whether entity references should be resolved (inserted into the document in place of the reference) or not (leave the entity reference in the document).
setSeconds(int) - Method in class com.marklogic.xdbc.XDBCDuration
Sets the seconds value of this duration.
setSign(int) - Method in class com.marklogic.xdbc.XDBCDuration
Sets the sign of this duration, either positive or negative.
setString(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setSubSeconds(double) - Method in class com.marklogic.xdbc.XDBCDuration
Sets the fractional portion of the seconds value of this duration as a Java double.
setTime(XDBCXName, Date) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setTime(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setTimeZone(TimeZone) - Method in interface com.marklogic.xdbc.XDBCConnection
Sets the timezone for this connection object.
setTimeZone(TimeZone) - Method in class com.marklogic.xdmp.XDMPConnection
Sets the timezone for this connection object.
setTransactionIsolation(int) - Method in interface com.marklogic.xdbc.XDBCConnection
NOTE: This method is NOT currently supported.
setTransactionIsolation(int) - Method in class com.marklogic.xdmp.XDMPConnection
NOTE: This method is NOT currently supported.
setUntypedAtomic(XDBCXName, String) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setUserName(String) - Method in class com.marklogic.xdmp.XDMPDataSource
Sets the username for connections created from this datasource.
setYearMonthDuration(XDBCXName, XDBCDuration) - Method in interface com.marklogic.xdbc.XDBCStatement
Binds the variable's value to the argument value.
setYears(int) - Method in class com.marklogic.xdbc.XDBCDuration
Sets the years value of this duration.
supportsResultSequenceConcurrency(int) - Method in interface com.marklogic.xdbc.XDBCDatabaseMetaData
Returns true or false depending on whether the specified concurrency level is supported by XDBCResultSequences from the database.

T

toQNameString() - Method in class com.marklogic.xdbc.XDBCXName
Returns the String representation of the XDBCXName suitable for use as an xs:QName.
toString() - Method in class com.marklogic.xdbc.XDBCDuration
Formats this duration object as a String in the format prescribed in the W3C description of XML datatypes for a duration.
toString() - Method in class com.marklogic.xdbc.XDBCException
Returns a string representation of the object.
toString() - Method in class com.marklogic.xdbc.XDBCRuntimeException
Returns a string representation of the object.
toString() - Method in class com.marklogic.xdbc.XDBCXName
Returns the String representation of this XDBCXName.
toString() - Method in class com.marklogic.xdbc.XDBCXQueryException
Returns a string representation of the object.
toString() - Method in class com.marklogic.xdbc.XDBCXQueryRuntimeException
Returns a string representation of the object.
toString() - Method in class com.marklogic.xdmp.XDMPConnection
Returns a string representation of the connection object.
toString() - Method in class com.marklogic.xdmp.XDMPDocInsertStream
Returns a string representation of this XDMPDocInsertStream object.
toString() - Method in class com.marklogic.xdmp.XDMPPermission
Returns a string representation of this XDMPPermission object.

U

UPDATE - Static variable in class com.marklogic.xdmp.XDMPPermission
Specifies update capability.

W

write(byte[]) - Method in class com.marklogic.xdmp.XDMPDocInsertStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class com.marklogic.xdmp.XDMPDocInsertStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class com.marklogic.xdmp.XDMPDocInsertStream
Writes the specified byte to this output stream.

X

XDBCConnection - interface com.marklogic.xdbc.XDBCConnection.
A connection (session) with a specific database.
XDBCConnectionFactory - class com.marklogic.xdbc.XDBCConnectionFactory.
A abstract factory class for creating XDBC Database Connection objects.
XDBCConnectionFactory() - Constructor for class com.marklogic.xdbc.XDBCConnectionFactory
 
XDBCDatabaseMetaData - interface com.marklogic.xdbc.XDBCDatabaseMetaData.
The XDBCXDatabaseMetaData interface returns specific information about the capabilities of the XML database and XDBC driver.
XDBCDuration - class com.marklogic.xdbc.XDBCDuration.
A duration represents an XQuery duration primitive type.
XDBCDuration() - Constructor for class com.marklogic.xdbc.XDBCDuration
Constructor for an empty duration object.
XDBCDuration(String) - Constructor for class com.marklogic.xdbc.XDBCDuration
Constructor for a duration object which takes a duration string and parses it into the object representation.
XDBCDuration(int, int, int, int, int, int, int, double) - Constructor for class com.marklogic.xdbc.XDBCDuration
Constructor for a duration object which takes each individual value part and returns an duration object with the valuess set.
XDBCException - exception com.marklogic.xdbc.XDBCException.
An XDBCException provides information on an exception that occurs during XDBC processing.
XDBCException() - Constructor for class com.marklogic.xdbc.XDBCException
Constructs an XDBCException.
XDBCException(String) - Constructor for class com.marklogic.xdbc.XDBCException
Constructs an XDBCException with a specified message.
XDBCException(String, Throwable) - Constructor for class com.marklogic.xdbc.XDBCException
Constructs an XDBCException with a specified message and cause.
XDBCResultSequence - interface com.marklogic.xdbc.XDBCResultSequence.
A sequence of XQuery values representing the result of evaluating a single XQuery statement.
XDBCRuntimeException - exception com.marklogic.xdbc.XDBCRuntimeException.
An XDBCException provides information on a runtime exception that occurs during XDBC processing.
XDBCRuntimeException() - Constructor for class com.marklogic.xdbc.XDBCRuntimeException
Constructs an XDBCRuntimeException.
XDBCRuntimeException(String) - Constructor for class com.marklogic.xdbc.XDBCRuntimeException
Constructs an XDBCRuntimeException with a specified message.
XDBCRuntimeException(String, Throwable) - Constructor for class com.marklogic.xdbc.XDBCRuntimeException
Constructs an XDBCRuntimeException with a specified message and cause.
XDBCRuntimeException(XDBCException) - Constructor for class com.marklogic.xdbc.XDBCRuntimeException
Constructs an XDBCRuntimeException from an XDBCException.
XDBCSchemaTypes - interface com.marklogic.xdbc.XDBCSchemaTypes.
Java object representations of XML Schema primitive types.
XDBCSchemaTypes.AnyURI - interface com.marklogic.xdbc.XDBCSchemaTypes.AnyURI.
XML Schema primitive type: anyURI
XDBCSchemaTypes.Base64Binary - interface com.marklogic.xdbc.XDBCSchemaTypes.Base64Binary.
XML Schema primitive type: base64Binary
XDBCSchemaTypes.Binary - interface com.marklogic.xdbc.XDBCSchemaTypes.Binary.
Special type for binary documents: Binary
XDBCSchemaTypes.Boolean - interface com.marklogic.xdbc.XDBCSchemaTypes.Boolean.
XML Schema primitive type: boolean
XDBCSchemaTypes.Date - interface com.marklogic.xdbc.XDBCSchemaTypes.Date.
XML Schema type: date
XDBCSchemaTypes.DateTime - interface com.marklogic.xdbc.XDBCSchemaTypes.DateTime.
XML Schema type: dateTime
XDBCSchemaTypes.DayTimeDuration - interface com.marklogic.xdbc.XDBCSchemaTypes.DayTimeDuration.
XML Schema derived type: dayTimeDuration
XDBCSchemaTypes.Decimal - interface com.marklogic.xdbc.XDBCSchemaTypes.Decimal.
XML Schema primitive type: decimal
XDBCSchemaTypes.Double - interface com.marklogic.xdbc.XDBCSchemaTypes.Double.
XML Schema primitive type: double
XDBCSchemaTypes.Duration - interface com.marklogic.xdbc.XDBCSchemaTypes.Duration.
XML Schema primitive type: duration
XDBCSchemaTypes.Float - interface com.marklogic.xdbc.XDBCSchemaTypes.Float.
XML Schema primitive type: float
XDBCSchemaTypes.GDay - interface com.marklogic.xdbc.XDBCSchemaTypes.GDay.
XML Schema primitive type: gDay
XDBCSchemaTypes.GMonth - interface com.marklogic.xdbc.XDBCSchemaTypes.GMonth.
XML Schema primitive type: gMonth
XDBCSchemaTypes.GMonthDay - interface com.marklogic.xdbc.XDBCSchemaTypes.GMonthDay.
XML Schema primitive type: GMonthDay
XDBCSchemaTypes.GYear - interface com.marklogic.xdbc.XDBCSchemaTypes.GYear.
XML Schema primitive type: gYear
XDBCSchemaTypes.GYearMonth - interface com.marklogic.xdbc.XDBCSchemaTypes.GYearMonth.
XML Schema primitive type: gYearMonth
XDBCSchemaTypes.HexBinary - interface com.marklogic.xdbc.XDBCSchemaTypes.HexBinary.
XML Schema primitive type: hexBinary
XDBCSchemaTypes.Integer - interface com.marklogic.xdbc.XDBCSchemaTypes.Integer.
XML Schema derived type: integer
XDBCSchemaTypes.Node - interface com.marklogic.xdbc.XDBCSchemaTypes.Node.
XML Schema primitive type: node
XDBCSchemaTypes.QName - interface com.marklogic.xdbc.XDBCSchemaTypes.QName.
XML Schema primitive type: QName
XDBCSchemaTypes.String - interface com.marklogic.xdbc.XDBCSchemaTypes.String.
XML Schema primitive type: string
XDBCSchemaTypes.Text - interface com.marklogic.xdbc.XDBCSchemaTypes.Text.
Special type for text documents: Text
XDBCSchemaTypes.Time - interface com.marklogic.xdbc.XDBCSchemaTypes.Time.
XML Schema primitive type: time
XDBCSchemaTypes.YearMonthDuration - interface com.marklogic.xdbc.XDBCSchemaTypes.YearMonthDuration.
XML Schema derived type: yearMonthDuration
XDBCStatement - interface com.marklogic.xdbc.XDBCStatement.
The XDBCStatement encapsulates a single XQuery query, This includes statically declared namespaces as well as inline function definitions.
XDBCWarning - exception com.marklogic.xdbc.XDBCWarning.
An XDBCWarning provides information on database access warnings and other non-fatal runtime situations.
XDBCWarning() - Constructor for class com.marklogic.xdbc.XDBCWarning
Constructs an XDBCWarning
XDBCWarning(String) - Constructor for class com.marklogic.xdbc.XDBCWarning
Constructs an XDBCWarning with a specified message.
XDBCWarning(String, Throwable) - Constructor for class com.marklogic.xdbc.XDBCWarning
Constructs an XDBCWarning with a specified message and cause.
XDBCXName - class com.marklogic.xdbc.XDBCXName.
 
XDBCXName(String) - Constructor for class com.marklogic.xdbc.XDBCXName
 
XDBCXName(String, String) - Constructor for class com.marklogic.xdbc.XDBCXName
 
XDBCXQueryException - exception com.marklogic.xdbc.XDBCXQueryException.
An XDBCXQueryException provides information on an XQuery exception that occurs during XDBC processing.
XDBCXQueryException(String, String, String, boolean, String[], XDBCXQueryException.Frame[]) - Constructor for class com.marklogic.xdbc.XDBCXQueryException
Constructs an XDBCXQueryException
XDBCXQueryException(String, String, String, boolean, String, String[], XDBCXQueryException.Frame[]) - Constructor for class com.marklogic.xdbc.XDBCXQueryException
Constructs an XDBCXQueryException
XDBCXQueryException.Frame - class com.marklogic.xdbc.XDBCXQueryException.Frame.
An XQuery evaluator stack frame.
XDBCXQueryException.Frame(String, int, String, XDBCXQueryException.Variable[], String, int) - Constructor for class com.marklogic.xdbc.XDBCXQueryException.Frame
Construct a stack frame.
XDBCXQueryException.Variable - class com.marklogic.xdbc.XDBCXQueryException.Variable.
An XQuery evaluator variable binding.
XDBCXQueryException.Variable(String, String) - Constructor for class com.marklogic.xdbc.XDBCXQueryException.Variable
Construct a variable binding.
XDBCXQueryRuntimeException - exception com.marklogic.xdbc.XDBCXQueryRuntimeException.
An XDBCXQueryRuntimeException provides information on an XQuery runtime exception that occurs during XDBC processing.
XDBCXQueryRuntimeException(String, String, String, boolean, String[], XDBCXQueryException.Frame[]) - Constructor for class com.marklogic.xdbc.XDBCXQueryRuntimeException
Constructs an XDBCXQueryRuntimeException
XDBCXQueryRuntimeException(String, String, String, boolean, String, String[], XDBCXQueryException.Frame[]) - Constructor for class com.marklogic.xdbc.XDBCXQueryRuntimeException
Constructs an XDBCXQueryRuntimeException
XDBCXQueryRuntimeException(XDBCXQueryException) - Constructor for class com.marklogic.xdbc.XDBCXQueryRuntimeException
Constructs an XDBCXQueryRuntimeException from and XDBCXQueryException
XDBC_AnyURI - Static variable in interface com.marklogic.xdbc.