jsgoupil Mon Oct 10 16:57:12 2005 EDT
Modified files:
/phpdoc/en/reference/sdodasrel reference.xml
/phpdoc/en/reference/sdodasrel/functions
SDO-DAS-Relational-executePreparedQuery.xml
SDO-DAS-Relational-executeQuery.xml
Log:
fix some typos
http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/reference.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/sdodasrel/reference.xml
diff -u phpdoc/en/reference/sdodasrel/reference.xml:1.15
phpdoc/en/reference/sdodasrel/reference.xml:1.16
--- phpdoc/en/reference/sdodasrel/reference.xml:1.15 Tue Oct 4 11:11:16 2005
+++ phpdoc/en/reference/sdodasrel/reference.xml Mon Oct 10 16:57:10 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- Purpose: database.abstract -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@@ -341,7 +341,7 @@
use the simple
<function>executeQuery</function>
call, and this is what the examples illustrate.
- In practice, though,it is unlikely that the SQL statement is known
+ In practice, though, it is unlikely that the SQL statement is known
entirely ahead of time. In order to allow variables to be safely
substituted into the SQL queries, without running the risk of
injecting SQL with unknown effects, it is safer to use the
@@ -617,7 +617,7 @@
<para>
Foreign keys are interpreted in one of two ways, depending on the
metadata in the third argument to the constructor that defines
- the SDO containment relationships,
+ the SDO containment relationships.
A discussion of this is therefore deferred until the section on
<link linkend="sdo.das.rel.metadata.crefs">
SDO containment references
@@ -673,7 +673,7 @@
<para>
Foreign keys in the database metadata are interpreted as either
multi-valued containment properties or single-valued non-containment
- propeties, depending on whether they have a corresponding SDO
+ properties, depending on whether they have a corresponding SDO
containment reference specified in the metadata. In the example here,
the foreign keys from department to company (the
<varname>co_id</varname>
http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml?r1=1.2&r2=1.3&ty=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.2
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml:1.3
---
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml:1.2
Mon Aug 1 05:23:02 2005
+++
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executePreparedQuery.xml
Mon Oct 10 16:57:12 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.SDO-DAS-Relational-executePreparedQuery">
<refnamediv>
<refname>SDO_DAS_Relational::executePreparedQuery</refname>
@@ -95,7 +95,7 @@
<listitem>
<para>
An array of the values to be substituted into the
- SQL stement in place of the placeholders. In the event
+ SQL statement in place of the placeholders. In the event
that there are no placeholders or parameter markers in the
SQL statement then this argument can be specified as &null;
or as an empty array;
@@ -197,7 +197,8 @@
&reftitle.examples;
<para>
<example>
- <title>Retrieving a data object using executePreparedQuery</title>
+ <title>Retrieving a data object using
+ <function>executePreparedQuery</function></title>
<para>
In this example a single data object is retrieved from the database
- or possibly more than one if there is more than one company
http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executeQuery.xml?r1=1.5&r2=1.6&ty=u
Index:
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executeQuery.xml
diff -u
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executeQuery.xml:1.5
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executeQuery.xml:1.6
---
phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executeQuery.xml:1.5
Sat Jul 23 07:08:37 2005
+++ phpdoc/en/reference/sdodasrel/functions/SDO-DAS-Relational-executeQuery.xml
Mon Oct 10 16:57:12 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.SDO-DAS-Relational-executeQuery">
<refnamediv>
<refname>SDO_DAS_Relational::executeQuery</refname>
@@ -84,7 +84,7 @@
<para>
The column specifier is needed when there are duplicate
- column names in the database metadata,
+ column names in the database metadata.
For example, in the database used within the examples,
all the tables have both a
<varname>id</varname>