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

C

clearBuffer() - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Discards the XML data buffered by the filer since the last call to flushBuffer() method.
clearVariables() - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
Clears the current parameters values immediately.
close() - Method in interface org.xquark.xml.xdbc.XMLStatement
Releases the statement XMLDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Releases this result set object's resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Closes the object and frees its associated resources.
close() - Method in interface org.xquark.xml.xdbc.XMLConnection
To close the current data source connection.
close() - Method in interface org.xquark.xml.xdbc.XMLCollection
Closes this XMLCollection.
commit() - Method in interface org.xquark.xml.xdbc.XMLConnection
Makes all changes made since the previous commit/rollback permanent and releases any data source locks currently held by the Connection.
commit() - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
Makes all changes made since the previous commit/rollback permanent and releases any data source locks currently held by the connection.
Configurable - interface org.xquark.xml.xdbc.Configurable.
This interface provides setters and getters for metadata (features or properties) associated to an object.
containsDocument(String) - Method in interface org.xquark.xml.xdbc.XMLCollection
Checks if a named XML document exists in this XML collection.
createCollection(String, String, Configurable) - Method in interface org.xquark.xml.xdbc.XMLConnection
Creates a new XML collection.
createCollection(String, String, Configurable) - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
To create a new XML collection.
createCollectionConfig() - Method in interface org.xquark.xml.xdbc.XMLConnection
Creates a new XML Collection configuration for set features and properties before create a XML Collection.
createCollectionConfig() - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
To create a new XML Collection configuration for set features and properties before create a XML Collection.
createStatement() - Method in interface org.xquark.xml.xdbc.XMLConnection
Creates a statement object for sending XQuery (query type by default) statements to the data source.
createStatement(short) - Method in interface org.xquark.xml.xdbc.XMLConnection
Creates a statement object for sending XQuery or XPath (according to the specified type) statements to the data source.

D

DefaultReadOnlyXMLConnection - class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection.
A default implementation of XMLConnection for read-only connections
DefaultReadOnlyXMLConnection() - Constructor for class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
Creates a new instance of DefaultReadOnlyXMLConnection
deleteAllCollections() - Method in interface org.xquark.xml.xdbc.XMLConnection
Deletes all XML collections of this connection.
deleteAllCollections() - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
To delete all XML collections of this connection.
deleteCollection(String) - Method in interface org.xquark.xml.xdbc.XMLConnection
Deletes an XML collection by its name.
deleteCollection(String) - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
To delete a XML collection by its name.
deregisterDriver(XMLDriver) - Static method in class org.xquark.xml.xdbc.XMLDriverManager
Removes the specified driver from the driver manager list.

E

error(XMLDBCException) - Method in interface org.xquark.xml.xdbc.XMLErrorHandler
Receive notification of an error that did not prevent the document storage.
errorCode - Variable in class org.xquark.xml.xdbc.XMLDBCException
The error code of this exception.
exception - Variable in class org.xquark.xml.xdbc.XMLDBCException
The underlying exception (or error) of this exception.
execute() - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
Executes the query statement specified when this object was built with the prepareStatement method (see XMLConnection interface) that may return results.
execute(String) - Method in interface org.xquark.xml.xdbc.XMLStatement
Executes a query statement of the type specified when this object was built with the createStatement method (see XMLConnection interface) that may return results.
execute(String, int) - Method in interface org.xquark.xml.xdbc.XMLStatement
Executes a query statement of the specified type that may return results.
executeDocumentQuery(String) - Method in interface org.xquark.xml.xdbc.XMLStatement
Executes a query statement of the type specified when this object was built with the createStatement method (see XMLConnection interface) that returns complete XML documents.
executeDocumentQuery(String, int) - Method in interface org.xquark.xml.xdbc.XMLStatement
Executes a query statement of the specified type that returns complete XML documents.
executeQuery() - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
Executes the query statement specified when this object was built with the prepareStatement method (see XMLConnection interface) that returns results.
executeQuery(String) - Method in interface org.xquark.xml.xdbc.XMLStatement
Executes a query statement of the type specified when this object was built with the createStatement method (see XMLConnection interface) that returns results.
executeQuery(String, int) - Method in interface org.xquark.xml.xdbc.XMLStatement
Executes a query statement of the specified type that returns results.

F

flushBuffer() - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Sends buffered XML data to the data source.

G

getAsDocument() - Method in interface org.xquark.xml.xdbc.XMLDocument
Returns the document content as a DOM2 Document.
getAsDOM() - Method in interface org.xquark.xml.xdbc.XMLDocument
Deprecated. New method name is XMLDocument.getAsDocument()
getAsDOM(Element) - Method in interface org.xquark.xml.xdbc.XMLDocument
Attaches a DOM2 fragment corresponding to the XML document to the Element node passed as a parameter.
getAsSAX() - Method in interface org.xquark.xml.xdbc.XMLDocument
Returns the document content as a SAX2 event flow.
getAsStream(Writer) - Method in interface org.xquark.xml.xdbc.XMLDocument
Returns the document content in a provided character stream.
getAsString() - Method in interface org.xquark.xml.xdbc.XMLDocument
Returns the document content as an XML string.
getAutoCommit() - Method in interface org.xquark.xml.xdbc.XMLConnection
To know the current auto-commit state.
getAutoCommit() - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
To know the current auto-commit state.
getAutoFlush() - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Retrieves the current buffering mode.
getBaseURI() - Method in interface org.xquark.xml.xdbc.XMLStatement
gets the base URI for documents.
getCapabilities() - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData
To get the set of capabilities of the data source.
getCode() - Method in class org.xquark.xml.xdbc.XMLDBCException
To get the code of this exception/error.
getCollection() - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Returns the XML collection that produced this object.
getCollection() - Method in interface org.xquark.xml.xdbc.XMLDocument
Returns the XML collection to which this document belongs.
getCollection(String) - Method in interface org.xquark.xml.xdbc.XMLConnection
Creates an XMLcollection object featuring the XML documents collection.
getCollection(String) - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
To retrieve a XMLcollection by its name.
getCollectionNames() - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData
Retrieves the name of all XML collections in this data source.
getConnection() - Method in interface org.xquark.xml.xdbc.XMLStatement
Returns the connection object that produced this statement.
getConnection() - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData
To get the XMLConnection object that produced this XMLDataSourceMetaData object.
getConnection() - Method in interface org.xquark.xml.xdbc.XMLDataSource
Attempts to establish a connection with the data source.
getConnection() - Method in interface org.xquark.xml.xdbc.XMLCollection
Retrieves the XMLConnection object that produced this XMLCollection.
getConnection(String) - Static method in class org.xquark.xml.xdbc.XMLDriverManager
Attempts to establish a connection to the given data source URI.
getConnection(String, String) - Method in interface org.xquark.xml.xdbc.XMLDataSource
Attempts to establish a connection with the data source.
getConnection(String, String, String) - Static method in class org.xquark.xml.xdbc.XMLDriverManager
Attempts to establish a connection to the given data source URI with a login/password.
getContentHandler() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the current content handler.
getContentHandler() - Method in interface org.xquark.xml.xdbc.XMLDocument
Retrieves the current (SAX2) content handler.
getDataSource(String) - Static method in class org.xquark.xml.xdbc.XMLDriverManager
Returns a handler to a data source with the specified URI.
getDataSource(String) - Method in interface org.xquark.xml.xdbc.XMLDriver
To obtain a handler to a data source with the specified URI.
getDescription() - Method in interface org.xquark.xml.xdbc.XMLCollection
Retrieves the description of the XML collection.
getDocument(String) - Method in interface org.xquark.xml.xdbc.XMLCollection
Retrieves an XML document in the XML collection.
getDocumentCount() - Method in interface org.xquark.xml.xdbc.XMLCollection
Retrieves the XML collection size (number of documents).
getDocumentFiler() - Method in interface org.xquark.xml.xdbc.XMLCollection
Creates a "filer" object that can be used to insert a new XML document into the XML collection.
getDocumentId() - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Gets the identifier to be used by the next document to be stored through this object.
getDocumentSet() - Method in interface org.xquark.xml.xdbc.XMLStatement
Returns the current statement results as an XMLDocumentSet object.
getDriver(String) - Static method in class org.xquark.xml.xdbc.XMLDriverManager
Attempts to locate a driver that understands the given URI.
getDrivers() - Static method in class org.xquark.xml.xdbc.XMLDriverManager
Returns an iterator on registered XMLDBC drivers.
getErrorHandler() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the current error handler.
getErrorHandler() - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Return the current error handler.
getErrorHandler() - Method in interface org.xquark.xml.xdbc.XMLDocument
SRetrieves the current (SAX2) error handler.
getException() - Method in class org.xquark.xml.xdbc.XMLDBCException
To get the exception of this exception/error.
getFeature(String) - Method in interface org.xquark.xml.xdbc.Configurable
Get the state of a configuration feature.
getFeatureList() - Method in interface org.xquark.xml.xdbc.Configurable
Get the list of supported configuration features
getFragmentsAsDocument(String, String, String) - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the fragments contained in the result set as a single XML document, with a document root element having the specified namespace, local name and qualified name.
getIdentifier() - Method in interface org.xquark.xml.xdbc.XMLDocument
Returns the document identifier in the XML collection.
getIdentifierList() - Method in interface org.xquark.xml.xdbc.XMLCollection
Returns a list of documents identifiers available in the XML collection.
getInput() - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData.Entry
Gets the input specification as an XPath expression.
getLexicalHandler() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the current lexical handler.
getLexicalHandler() - Method in interface org.xquark.xml.xdbc.XMLDocument
Retrieves the current (SAX2) lexical handler.
getLoginTimeout() - Method in class org.xquark.xml.xdbc.XMLDriverManager
Gets the maximum time in seconds that all data source objects obtained from the manager can wait when attempting to log in to a data source
getLoginTimeout() - Method in interface org.xquark.xml.xdbc.XMLDataSource
Gets the maximum time in seconds that the object can wait when attempting to log in to a data source
getLogWriter() - Method in class org.xquark.xml.xdbc.XMLDriverManager
Retrieves the default log writer currently used by all data source objects obtained from the manager.
getLogWriter() - Method in interface org.xquark.xml.xdbc.XMLDataSource
Retrieves the log writer currently used by the XDataSource object to print messages.
getMessage() - Method in class org.xquark.xml.xdbc.XMLDBCException
Returns the exception message, or the embedded exception message if none is present
getMetaData() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the result set metadata (the XML Schema that models the returned data) as an XMLDocument.
getMetaData() - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData
Retrieves the XML document describing the complete metadata of the data source.
getMetaData() - Method in interface org.xquark.xml.xdbc.XMLConnection
Gets the metadata regarding this connection's data source.
getMetaData(boolean) - Method in interface org.xquark.xml.xdbc.XMLConnection
Gets the metadata regarding this connection's data source.
getName() - Method in interface org.xquark.xml.xdbc.XMLCollection
Retrieves the unique name of the XML collection.
getOutput() - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData.Entry
Gets the output specification as an XPath expression.
getPathSet(String) - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData
Retrieves the XML document describing all existing paths in all documents of the specified XML collection.
getPosition() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Retrieves the current cursor position in ResultSet.
getPrefixMap() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the result set prefix map (as prefix-namespace pairs).
getProperty(String) - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData
Get the property with the specified name
getProperty(String) - Method in interface org.xquark.xml.xdbc.Configurable
Get the value of a configuration property (only properties set in this configuration).
getPropertyList() - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData
Get the properties that describe this data source.
getPropertyList() - Method in interface org.xquark.xml.xdbc.Configurable
Get the list of supported properties
getPSVInfoSetProvider() - Method in interface org.xquark.xml.xdbc.XMLResultSet
 
getResultCount() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the number of results in the result set.
getResultSet() - Method in interface org.xquark.xml.xdbc.XMLStatement
Returns the current statement results as an XMLResultSet object.
getSchema(String) - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData
Retrieves the XML document describing the XML schema for the given namespace.
getSchemaNamespaces() - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData
Retrieves the available schema namespaces in the data source.
getStatement() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the statement that produced this result set.
getTransactionIsolation() - Method in interface org.xquark.xml.xdbc.XMLConnection
Gets this Connection's current transaction isolation level.
getTransactionIsolation() - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
Gets this connection's current transaction isolation level.
getURL() - Method in interface org.xquark.xml.xdbc.XMLConnection
To get the current URL of this connection.
getUserName() - Method in interface org.xquark.xml.xdbc.XMLConnection
To get the current user name.

H

hasNext() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Indicates if there is a next Result after the current Result in ResultSet.
hasRootTag() - Method in interface org.xquark.xml.xdbc.XMLResultSet
 

I

insertDocument(Document) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Inserts the XML document in the filer's collection.
insertDocument(Document, String) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Inserts the XML document in the filer's collection with the specified identifier.
insertDocument(InputSource) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Inserts an XML document in the filer's collection using the SAX method.
insertDocument(InputSource, String) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Inserts an XML document in the filer's collection using the SAX method.
insertDocument(String) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Inserts the XML document contained in the string in the filer's collection.
insertDocument(String, String) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Inserts the XML document contained in the string in the filer's collection with the specified identifier.
insertDocument(XMLReader, InputSource) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Inserts an XML document in the filer's collection using the SAX method.
insertDocument(XMLReader, InputSource, String) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Inserts an XML document in the filer's collection using the SAX method.
isBeforeFirst() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Indicates whether the cursor is before the first result in this result set.
isClosed() - Method in interface org.xquark.xml.xdbc.XMLConnection
To know the connection state (opened or closed).
isDocument() - Method in interface org.xquark.xml.xdbc.XMLResultSet
 
isReadOnly() - Method in interface org.xquark.xml.xdbc.XMLConnection
To know the read/write mode of the current connection.
isReadOnly() - Method in interface org.xquark.xml.xdbc.XMLCollection
Returns true if the XML collection is read-only mode.
isReadOnly() - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
To know the read/write mode of the current connection.

L

LOAD_TOO_HIGH - Static variable in class org.xquark.xml.xdbc.XMLDBCException
Error code for server with too high a load

M

MEDIATOR_STRING_TYPE - Static variable in interface org.xquark.xml.xdbc.XMLConnection
Defines type for queries: mediator queries (XQuery) in a String.

N

nextAsDocument() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the next result as a DOM2 document and increments by 1 the cursor position.
nextAsDOM() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Deprecated. Prefer XMLResultSet.nextAsDocument() or XMLResultSet.nextAsDOM(Element) becuse a result may return multiple root nodes.
nextAsDOM(Element) - Method in interface org.xquark.xml.xdbc.XMLResultSet
Attaches the next result nodes as children of the Element node passed as a parameter to and increments by 1 the cursor position.
nextAsSAX() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the next result as a SAX2 event flow and increments by 1 the cursor position.
nextAsStream(Writer) - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the next result in a provided character stream and increments by 1 the cursor position.
nextAsString() - Method in interface org.xquark.xml.xdbc.XMLResultSet
Returns the next result as an XML string and increments by 1 the cursor position.
nextDocument() - Method in interface org.xquark.xml.xdbc.XMLDocumentSet
Returns the next result as an XML document and increments by 1 the cursor position.
NO_CODE - Static variable in class org.xquark.xml.xdbc.XMLDBCException
Error code for exception that have no associated error code.

O

org.xquark.xml.xdbc - package org.xquark.xml.xdbc
 

P

PERMISSION_DENIED - Static variable in class org.xquark.xml.xdbc.XMLDBCException
Error code for illegal attempt to do something on data source
PreparedXMLStatement - interface org.xquark.xml.xdbc.PreparedXMLStatement.
This prepared statement interface is used for executing parameterized XQuery or XPath prepared statements, setting external variables and obtaining the results (update statements are not supported yet).
prepareStatement(String) - Method in interface org.xquark.xml.xdbc.XMLConnection
Creates a prepared statement object for sending parameterized XQuery (query type by default) statements to the data source.
prepareStatement(String, short) - Method in interface org.xquark.xml.xdbc.XMLConnection
Creates a prepared statement object for sending parameterized XQuery or XPath (according to the specified type) statements to the data source.
printStackTrace() - Method in class org.xquark.xml.xdbc.XMLDBCException
 
printStackTrace(PrintStream) - Method in class org.xquark.xml.xdbc.XMLDBCException
 
printStackTrace(PrintWriter) - Method in class org.xquark.xml.xdbc.XMLDBCException
 

R

registerDriver(XMLDriver) - Static method in class org.xquark.xml.xdbc.XMLDriverManager
Adds the given driver in the driver manager list.
remove() - Method in interface org.xquark.xml.xdbc.XMLDocument
Removes the document from the collection to which it belongs.
removeAllDocuments() - Method in interface org.xquark.xml.xdbc.XMLCollection
Removes all XML documents from the XML collection.
removeDocument(String) - Method in interface org.xquark.xml.xdbc.XMLCollection
Removes the named XML document from the XML collection.
renameCollection(String, String) - Method in interface org.xquark.xml.xdbc.XMLConnection
Renames an XML collection by its name.
renameCollection(String, String) - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
To rename an XML collection by its name.
renameDocument(String, String) - Method in interface org.xquark.xml.xdbc.XMLCollection
Renames a document.
rollback() - Method in interface org.xquark.xml.xdbc.XMLConnection
Drops all changes made since the previous commit/rollback and releases any data source locks currently held by this Connection.
rollback() - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
Drops all changes made since the previous commit/rollback and releases any data source locks currently held by this connection.

S

setAutoCommit(boolean) - Method in interface org.xquark.xml.xdbc.XMLConnection
Sets this connection's auto-commit mode.
setAutoCommit(boolean) - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
Sets this connection's auto-commit mode.
setAutoFlush(boolean) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Turns on or off the automatic buffering mode.
setBaseURI(String) - Method in interface org.xquark.xml.xdbc.XMLStatement
Sets the base URI for documents.
setBigDecimal(String, String, BigDecimal) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a @link java.math.BigDecimal value.
setBoolean(String, String, boolean) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a boolean value.
setBytes(String, String, byte[]) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a byte array value.
setContentHandler(ContentHandler) - Method in interface org.xquark.xml.xdbc.XMLResultSet
Sets a (SAX2) content handler to intercept events produced when retrieving results as SAX.
setContentHandler(ContentHandler) - Method in interface org.xquark.xml.xdbc.XMLDocument
Sets a (SAX2) content handler to intercept events produced when retrieving the document content.
setDate(String, String, Date) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a @link java.util.Date value.
setDescription(String) - Method in interface org.xquark.xml.xdbc.XMLCollection
Sets the description of the XML collection.
setDocumentId(String) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Sets the identifier of the next document to be stored through this object.
setDouble(String, String, double) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a double value.
setErrorHandler(ErrorHandler) - Method in interface org.xquark.xml.xdbc.XMLResultSet
Sets a (SAX2) error handler to intercept error events produced when retrieving results as SAX.
setErrorHandler(ErrorHandler) - Method in interface org.xquark.xml.xdbc.XMLDocument
Sets a (SAX2) error handler to intercept error events produced when retrieving the document content.
setErrorHandler(XMLErrorHandler) - Method in interface org.xquark.xml.xdbc.XMLDocumentFiler
Allow an application to register an error event handler for non-fatal errors.
setExternalVariable(String, String, String) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
Binds the specified external variable to the current query of the statement.
setFeature(String, boolean) - Method in interface org.xquark.xml.xdbc.Configurable
Set the state of a configuration feature.
setFloat(String, String, float) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a float value.
setIdentifier(String) - Method in interface org.xquark.xml.xdbc.XMLDocument
Changes the document identifier in the XML collection.
setInput(String) - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData.Entry
Sets the input specification
setInputStream(String, String, InputStream, int) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a @link java.io.InputStream value.
setLexicalHandler(LexicalHandler) - Method in interface org.xquark.xml.xdbc.XMLResultSet
Sets a (SAX2) lexical handler to intercept events produced when retrieving results as SAX.
setLexicalHandler(LexicalHandler) - Method in interface org.xquark.xml.xdbc.XMLDocument
Sets a (SAX2) lexical handler to intercept events produced when retrieving the document content.
setLoginTimeout(int) - Method in class org.xquark.xml.xdbc.XMLDriverManager
Sets the maximum time in seconds that all data source objects obtained from the manager will wait when attempting to log in to a data source.
setLoginTimeout(int) - Method in interface org.xquark.xml.xdbc.XMLDataSource
Sets the maximum time in seconds that the object will wait when attempting to log in to a data source.
setLogWriter(PrintWriter) - Static method in class org.xquark.xml.xdbc.XMLDriverManager
Sets the default logging/tracing java.io.PrintWriter object that is used by all data source objects obtained from the manager.
setLogWriter(PrintWriter) - Method in interface org.xquark.xml.xdbc.XMLDataSource
Sets the logging/tracing java.io.PrintWriter object that is used by the XDataSource object.
setLong(String, String, long) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a long value.
setObject(String, String, Object) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a value inside an object.
setOutput(String) - Method in interface org.xquark.xml.xdbc.XMLDataSourceMetaData.Entry
Sets the output specification
setProperty(String, Object) - Method in interface org.xquark.xml.xdbc.Configurable
Set the state of a configuration property.
setReadOnly(boolean) - Method in interface org.xquark.xml.xdbc.XMLConnection
To change the read/write mode of the connection.
setReadOnly(boolean) - Method in interface org.xquark.xml.xdbc.XMLCollection
Changes the read-only mode for this XML collection.
setReadOnly(boolean) - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
To change the read/write mode of the connection.
setString(String, String, String) - Method in interface org.xquark.xml.xdbc.PreparedXMLStatement
To set the specified variable with a String value.
setTransactionIsolation(short) - Method in interface org.xquark.xml.xdbc.XMLConnection
Attempts to change the transaction isolation level to the one given.
setTransactionIsolation(short) - Method in class org.xquark.xml.xdbc.DefaultReadOnlyXMLConnection
Attempts to change the transaction isolation level to the one given.

T

TRANSACTION_NONE - Static variable in interface org.xquark.xml.xdbc.XMLConnection
Indicates that transactions are not supported.
TRANSACTION_READ_COMMITTED - Static variable in interface org.xquark.xml.xdbc.XMLConnection
Indicates that transactions are supported and dirty reads are prevented but non-repeatable reads and phantom reads can occur.
TRANSACTION_READ_UNCOMMITTED - Static variable in interface org.xquark.xml.xdbc.XMLConnection
Indicates that transactions are supported but dirty reads, non-repeatable reads and phantom reads can occur.
TRANSACTION_REPEATABLE_READ - Static variable in interface org.xquark.xml.xdbc.XMLConnection
Indicates that transactions are supported, dirty reads and non-repeatable reads are prevented but phantom reads can occur.
TRANSACTION_SERIALIZABLE - Static variable in interface org.xquark.xml.xdbc.XMLConnection
Indicates that transactions are supported but and dirty reads, non-repeatable reads and phantom reads are prevented.

W

warning(XMLDBCException) - Method in interface org.xquark.xml.xdbc.XMLErrorHandler
Receive notification of a warning.

X

XMLCollection - interface org.xquark.xml.xdbc.XMLCollection.
This interface describes a XML collection of XML documents.
XMLConnection - interface org.xquark.xml.xdbc.XMLConnection.
This interface represents a connection with a specific XML data source.
XMLDataSource - interface org.xquark.xml.xdbc.XMLDataSource.
The interface that every data source must implement.
XMLDataSourceMetaData - interface org.xquark.xml.xdbc.XMLDataSourceMetaData.
This interface provides comprehensive information about the "data source".
XMLDataSourceMetaData.Entry - interface org.xquark.xml.xdbc.XMLDataSourceMetaData.Entry.
Inner interface of XMLDataSourceMetaData interface.
XMLDBCException - exception org.xquark.xml.xdbc.XMLDBCException.
This class describes a XMLDBC (Xml DataBase Connectivity) exception for various use in XMLDBC API.
XMLDBCException(int) - Constructor for class org.xquark.xml.xdbc.XMLDBCException
Constructor with error code.
XMLDBCException(int, String) - Constructor for class org.xquark.xml.xdbc.XMLDBCException
Constructor with error code and message.
XMLDBCException(int, String, Throwable) - Constructor for class org.xquark.xml.xdbc.XMLDBCException
Constructor with error code, message and underlying exception.
XMLDBCException(String) - Constructor for class org.xquark.xml.xdbc.XMLDBCException
Constructor with message.
XMLDBCException(String, Throwable) - Constructor for class org.xquark.xml.xdbc.XMLDBCException
Constructor with message and underlying exception.
XMLDBCNotRecognizedException - exception org.xquark.xml.xdbc.XMLDBCNotRecognizedException.
This class describes a XMLDBC (Xml DataBase Connectivity) exception for various use in XMLDBC API.
XMLDBCNotRecognizedException(int) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotRecognizedException
Constructor with error code.
XMLDBCNotRecognizedException(int, String) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotRecognizedException
Constructor with error code and message.
XMLDBCNotRecognizedException(int, String, Throwable) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotRecognizedException
Constructor with error code, message and underlying exception.
XMLDBCNotRecognizedException(String) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotRecognizedException
Constructor with message.
XMLDBCNotRecognizedException(String, Throwable) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotRecognizedException
Constructor with message and underlying exception.
XMLDBCNotSupportedException - exception org.xquark.xml.xdbc.XMLDBCNotSupportedException.
This class describes a XMLDBC (Xml DataBase Connectivity) exception for various use in XMLDBC API.
XMLDBCNotSupportedException(int) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotSupportedException
Constructor with error code.
XMLDBCNotSupportedException(int, String) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotSupportedException
Constructor with error code and message.
XMLDBCNotSupportedException(int, String, Throwable) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotSupportedException
Constructor with error code, message and underlying exception.
XMLDBCNotSupportedException(String) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotSupportedException
Constructor with message.
XMLDBCNotSupportedException(String, Throwable) - Constructor for class org.xquark.xml.xdbc.XMLDBCNotSupportedException
Constructor with message and underlying exception.
XMLDocument - interface org.xquark.xml.xdbc.XMLDocument.
This interface describes a document object which provides access to XML data in several ways.
XMLDocumentFiler - interface org.xquark.xml.xdbc.XMLDocumentFiler.
This interface is used to insert XML documents in XML collections.
XMLDocumentSet - interface org.xquark.xml.xdbc.XMLDocumentSet.
This interface allows the user to access query results as handles to stored XML documents.
XMLDriver - interface org.xquark.xml.xdbc.XMLDriver.
The interface that every driver class must implement.
XMLDriverManager - class org.xquark.xml.xdbc.XMLDriverManager.
This class is used for managing a set of drivers and/or connections.
XMLErrorHandler - interface org.xquark.xml.xdbc.XMLErrorHandler.
Interface for XMLDBC storage error handlers.
XMLResultSet - interface org.xquark.xml.xdbc.XMLResultSet.
This interface represents the set of results of a query.
XMLStatement - interface org.xquark.xml.xdbc.XMLStatement.
This statement interface is used for executing constant XQuery or XPath statements and obtaining the results produced (update statements are not supported yet).
XPATH_STRING_TYPE - Static variable in interface org.xquark.xml.xdbc.XMLConnection
Defines type for queries: XPath in a String.
XQUERY_STRING_TYPE - Static variable in interface org.xquark.xml.xdbc.XMLConnection
Defines type for queries: XQuery in a String.

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

Copyright © 2004 Université de Versailles Saint-Quentin, XQuark Group. All rights reserved.