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