Uses of Class
org.xquark.xml.xdbc.XMLDBCNotSupportedException

Packages that use XMLDBCNotSupportedException
org.xquark.extractor   
org.xquark.xml.xdbc   
 

Uses of XMLDBCNotSupportedException in org.xquark.extractor
 

Methods in org.xquark.extractor that throw XMLDBCNotSupportedException
 void ExtractorConnection.commit()
           
 PreparedXMLStatement ExtractorConnection.prepareStatement(java.lang.String query)
           
 

Uses of XMLDBCNotSupportedException in org.xquark.xml.xdbc
 

Methods in org.xquark.xml.xdbc that throw XMLDBCNotSupportedException
 void DefaultReadOnlyXMLConnection.commit()
          Makes all changes made since the previous commit/rollback permanent and releases any data source locks currently held by the connection.
 void XMLConnection.commit()
          Makes all changes made since the previous commit/rollback permanent and releases any data source locks currently held by the Connection.
 XMLCollection DefaultReadOnlyXMLConnection.createCollection(java.lang.String name, java.lang.String description, Configurable config)
          To create a new XML collection.
 XMLCollection XMLConnection.createCollection(java.lang.String name, java.lang.String description, Configurable config)
          Creates a new XML collection.
 Configurable DefaultReadOnlyXMLConnection.createCollectionConfig()
          To create a new XML Collection configuration for set features and properties before create a XML Collection.
 Configurable XMLConnection.createCollectionConfig()
          Creates a new XML Collection configuration for set features and properties before create a XML Collection.
 int DefaultReadOnlyXMLConnection.deleteAllCollections()
          To delete all XML collections of this connection.
 int XMLConnection.deleteAllCollections()
          Deletes all XML collections of this connection.
 void DefaultReadOnlyXMLConnection.deleteCollection(java.lang.String name)
          To delete a XML collection by its name.
 void XMLConnection.deleteCollection(java.lang.String name)
          Deletes an XML collection by its name.
 boolean DefaultReadOnlyXMLConnection.getAutoCommit()
          To know the current auto-commit state.
 boolean XMLConnection.getAutoCommit()
          To know the current auto-commit state.
 XMLCollection DefaultReadOnlyXMLConnection.getCollection(java.lang.String name)
          To retrieve a XMLcollection by its name.
 XMLCollection XMLConnection.getCollection(java.lang.String name)
          Creates an XMLcollection object featuring the XML documents collection.
 java.util.List XMLDataSourceMetaData.getCollectionNames()
           
 short DefaultReadOnlyXMLConnection.getTransactionIsolation()
          Gets this connection's current transaction isolation level.
 short XMLConnection.getTransactionIsolation()
          Gets this Connection's current transaction isolation level.
 PreparedXMLStatement XMLConnection.prepareStatement(java.lang.String query)
          Creates a prepared statement object for sending parameterized XQuery (query type by default) statements to the data source.
 void XMLDocument.remove()
          Removes the document from the collection to which it belongs.
 void DefaultReadOnlyXMLConnection.renameCollection(java.lang.String oldname, java.lang.String newname)
          To rename an XML collection by its name.
 void XMLConnection.renameCollection(java.lang.String oldname, java.lang.String newname)
          Renames an XML collection by its name.
 void DefaultReadOnlyXMLConnection.rollback()
          Drops all changes made since the previous commit/rollback and releases any data source locks currently held by this connection.
 void XMLConnection.rollback()
          Drops all changes made since the previous commit/rollback and releases any data source locks currently held by this Connection.
 void DefaultReadOnlyXMLConnection.setAutoCommit(boolean autoCommitMode)
          Sets this connection's auto-commit mode.
 void XMLConnection.setAutoCommit(boolean autoCommitMode)
          Sets this connection's auto-commit mode.
 void Configurable.setFeature(java.lang.String featureId, boolean state)
          Set the state of a configuration feature.
 void XMLDocument.setIdentifier(java.lang.String identifier)
          Changes the document identifier in the XML collection.
 void Configurable.setProperty(java.lang.String propertyId, java.lang.Object value)
          Set the state of a configuration property.
 void DefaultReadOnlyXMLConnection.setReadOnly(boolean readOnlyMode)
          To change the read/write mode of the connection.
 void XMLConnection.setReadOnly(boolean readOnlyMode)
          To change the read/write mode of the connection.
 void DefaultReadOnlyXMLConnection.setTransactionIsolation(short level)
          Attempts to change the transaction isolation level to the one given.
 void XMLConnection.setTransactionIsolation(short level)
          Attempts to change the transaction isolation level to the one given.
 



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