Zend_Db_Xml_XmlContentStoreThe Zend_Db_Xml_XmlContentStore is an abstract class which represents a repository for XML Documents.
Zend_Db_Xml_XmlContentStore abstracts database persistence via convenience methods. XML Data is represented by Zend_Db_Xml_XmlContent objects. Activities to and from the persistence layer are operated on these objects.
Located in /library/Zend/Db/Xml/XmlContentStore.php (line 40)
| Class | Description |
|---|---|
Zend_Db_Xml_XmlContentStore_Db2
|
The Zend_Db_Xml_XmlContentStore_Db2 represents a DB2 repository for XML Documents. |
Constructor __construct (line 54)
Zend_Db_Xml_XmlContentStore constructor
delete (line 88)
Removes the XML data represented by an Zend_Db_Xml_XmlContent object from the persistence layer. An array of Zend_Db_Xml_XmlContent objects can also be passed in.
deleteById (line 97)
Removes the XML data given the id of the XML document
find (line 119)
Finds Zend_Db_Xml_XmlContent documents that match items in array
findById (line 128)
Returns the Zend_Db_Xml_XmlContent object associated with given id
insert (line 65)
Saves the XML data represented by an Zend_Db_Xml_XmlContent object into the persistence layer. An array of Zend_Db_Xml_XmlContent objects can also be passed in.
insertDOM (line 138)
Convenience method to insert a DOM directly into the persistence layer
selectAll (line 104)
Returns all documents in the content store
update (line 76)
Replaces existing XML data represented by an Zend_Db_Xml_XmlContent object in the persistence layer. An array of Zend_Db_Xml_XmlContent objects can also be passed in.
Documentation generated on Tue, 11 Jul 2006 12:24:24 -0500 by phpDocumentor 1.3.0RC6