mfp Tue Jul 19 10:21:06 2005 EDT
Modified files:
/phpdoc/en/reference/sdodasrel/functions
SDO-DAS-Relational-applyChanges.xml
Log:
Fix to use valid types (SDODataObject) in descriptions of functions.
http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-applyChanges.xml?r1=1.1&r2=1.2&ty=u
Index:
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-applyChanges.xml
diff -u
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-applyChanges.xml:1.1
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-applyChanges.xml:1.2
---
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-applyChanges.xml:1.1
Tue Jul 19 05:48:30 2005
+++ phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-applyChanges.xml
Tue Jul 19 10:21:02 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.SDO-DAS-Relational-applyChanges">
<refnamediv>
<refname>SDO_DAS_Relational::applyChanges</refname>
@@ -18,7 +18,7 @@
<parameter>database_handle</parameter>
</methodparam>
<methodparam>
- <type>string</type>
+ <type>SDODataObject</type>
<parameter>root_data_object</parameter>
</methodparam>
</methodsynopsis>
@@ -27,7 +27,7 @@
<para>
- Given a datagraph and a PDO database handle, examines the change
summary in the datagraph and applies the changes to the database.
+ Given a PDO database handle and the special root object of a data
graph, examine the change summary in the datagraph and applies the changes to
the database.
The changes that it can apply can be creations of data objects,
deletes of data objects, and modifications to properties of data objects.
</para>
</refsect1>