takagi Sat Oct 21 06:29:11 2006 UTC
Modified files:
/phpdoc/en/reference/sdodasrel reference.xml
/phpdoc/en/reference/sdodasrel/functions
SDO-DAS-Relational-executePreparedQuery.xml
Log:
typo fix.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdodasrel/reference.xml?r1=1.18&r2=1.19&diff_format=u
Index: phpdoc/en/reference/sdodasrel/reference.xml
diff -u phpdoc/en/reference/sdodasrel/reference.xml:1.18
phpdoc/en/reference/sdodasrel/reference.xml:1.19
--- phpdoc/en/reference/sdodasrel/reference.xml:1.18 Fri Dec 2 16:14:17 2005
+++ phpdoc/en/reference/sdodasrel/reference.xml Sat Oct 21 06:29:11 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<!-- Purpose: database.abstract -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@@ -765,7 +765,7 @@
</para>
<para>
When the Relational DAS is called to apply the changes a simple
- insert statement 'INSERT INTO company (name} VALUES ("Acme");'
+ insert statement 'INSERT INTO company (name) VALUES ("Acme");'
will be constructed and executed. The auto-generated primary key
will be set into the data object and the change summary will be reset,
so that it would be possible to continue working with the same data
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml?r1=1.4&r2=1.5&diff_format=u
Index:
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml
diff -u
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml:1.4
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml:1.5
---
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml:1.4
Wed Sep 6 20:40:41 2006
+++
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml
Sat Oct 21 06:29:11 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.SDO-DAS-Relational-executePreparedQuery">
<refnamediv>
<refname>SDO_DAS_Relational::executePreparedQuery</refname>
@@ -181,7 +181,7 @@
<refsect1 role="errors">
&reftitle.errors;
<para>
- <function>SDO_DAS_Relational::executeQuery</function>
+ <function>SDO_DAS_Relational::executePreparedQuery</function>
can throw an SDO_DAS_Relational_Exception if it is unable
to construct the data graph correctly.
This can occur for a number of reasons: