jsgoupil                Tue May  3 21:11:14 2005 EDT

  Modified files:              
    /phpdoc/en/reference/ibm_db2/functions      db2-special-columns.xml 
  Log:
  correct typo + whitespaces
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml:1.2 
phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml:1.2   Fri Apr 
29 23:30:59 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml       Tue May 
 3 21:11:14 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-special-columns">
  <refnamediv>
@@ -91,7 +91,7 @@
           <row>
            <entry>0</entry>
            <entry>SQL_SCOPE_CURROW</entry>
-           <entry>Row identifier is valid only while the curosr is positioned
+           <entry>Row identifier is valid only while the cursor is positioned
            on the row.</entry>
           </row>
           <row>
@@ -104,7 +104,7 @@
            <entry>2</entry>
            <entry>SQL_SCOPE_SESSION</entry>
            <entry>Row identifier is valid for the duration of the
-            connection</entry>
+            connection.</entry>
           </row>
          </tbody>
         </tgroup>
@@ -130,86 +130,86 @@
       </row>
      </thead>
      <tbody>
-       <row>
-        <entry>SCOPE</entry>
-        <entry>
-         <para>
-          <informaltable>
-           <tgroup cols="3">
-            <thead>
-             <row>
-              <entry>Integer value</entry>
-              <entry>SQL constant</entry>
-              <entry>Description</entry>
-             </row>
-            </thead>
-            <tbody>
-             <row>
-              <entry>0</entry>
-              <entry>SQL_SCOPE_CURROW</entry>
-              <entry>Row identifier is valid only while the curosr is 
positioned
-              on the row.</entry>
-             </row>
-             <row>
-              <entry>1</entry>
-              <entry>SQL_SCOPE_TRANSACTION</entry>
-              <entry>Row identifier is valid for the duration of the
-               transaction.</entry>
-             </row>
-             <row>
-              <entry>2</entry>
-              <entry>SQL_SCOPE_SESSION</entry>
-              <entry>Row identifier is valid for the duration of the
-               connection</entry>
-             </row>
-            </tbody>
-           </tgroup>
-          </informaltable>
-         </para>
-        </entry>
-       </row>
-       <row>
-        <entry>COLUMN_NAME</entry>
-        <entry>Name of the unique column.</entry>
-       </row>
-       <row>
-        <entry>DATA_TYPE</entry>
-        <entry>SQL data type for the column.</entry>
-       </row>
-       <row>
-        <entry>TYPE_NAME</entry>
-        <entry>Character string representation of the SQL data type for the
-        column.</entry>
-       </row>
-       <row>
-        <entry>COLUMN_SIZE</entry>
-        <entry>An integer value representing the size of the column.</entry>
-       </row>
-       <row>
-        <entry>BUFFER_LENGTH</entry>
-        <entry>
-         Maximum number of bytes necessary to store data from this column.
-        </entry>
-       </row>
-       <row>
-        <entry>DECIMAL_DIGITS</entry>
-        <entry>
-         The scale of the column, or &null; where scale is not applicable.
-        </entry>
-       </row>
-       <row>
-        <entry>NUM_PREC_RADIX</entry>
-        <entry>
-         An integer value of either <literal>10</literal> (representing
-         an exact numeric data type), <literal>2</literal> (representing an
-         approximate numeric data type), or &null; (representing a data type 
for
-         which radix is not applicable).
-        </entry>
-       </row>
-       <row>
-        <entry>PSEUDO_COLUMN</entry>
-        <entry>Always returns 1.</entry>
-       </row>
+      <row>
+       <entry>SCOPE</entry>
+       <entry>
+        <para>
+         <informaltable>
+          <tgroup cols="3">
+           <thead>
+            <row>
+             <entry>Integer value</entry>
+             <entry>SQL constant</entry>
+             <entry>Description</entry>
+            </row>
+           </thead>
+           <tbody>
+            <row>
+             <entry>0</entry>
+             <entry>SQL_SCOPE_CURROW</entry>
+             <entry>Row identifier is valid only while the cursor is positioned
+             on the row.</entry>
+            </row>
+            <row>
+             <entry>1</entry>
+             <entry>SQL_SCOPE_TRANSACTION</entry>
+             <entry>Row identifier is valid for the duration of the
+              transaction.</entry>
+            </row>
+            <row>
+             <entry>2</entry>
+             <entry>SQL_SCOPE_SESSION</entry>
+             <entry>Row identifier is valid for the duration of the
+              connection.</entry>
+            </row>
+           </tbody>
+          </tgroup>
+         </informaltable>
+        </para>
+       </entry>
+      </row>
+      <row>
+       <entry>COLUMN_NAME</entry>
+       <entry>Name of the unique column.</entry>
+      </row>
+      <row>
+       <entry>DATA_TYPE</entry>
+       <entry>SQL data type for the column.</entry>
+      </row>
+      <row>
+       <entry>TYPE_NAME</entry>
+       <entry>Character string representation of the SQL data type for the
+       column.</entry>
+      </row>
+      <row>
+       <entry>COLUMN_SIZE</entry>
+       <entry>An integer value representing the size of the column.</entry>
+      </row>
+      <row>
+       <entry>BUFFER_LENGTH</entry>
+       <entry>
+        Maximum number of bytes necessary to store data from this column.
+       </entry>
+      </row>
+      <row>
+       <entry>DECIMAL_DIGITS</entry>
+       <entry>
+        The scale of the column, or &null; where scale is not applicable.
+       </entry>
+      </row>
+      <row>
+       <entry>NUM_PREC_RADIX</entry>
+       <entry>
+        An integer value of either <literal>10</literal> (representing
+        an exact numeric data type), <literal>2</literal> (representing an
+        approximate numeric data type), or &null; (representing a data type for
+        which radix is not applicable).
+       </entry>
+      </row>
+      <row>
+       <entry>PSEUDO_COLUMN</entry>
+       <entry>Always returns 1.</entry>
+      </row>
      </tbody>
     </tgroup>
    </informaltable>

Reply via email to