nmav            Tue Aug 21 05:02:06 2001 EDT

  Modified files:              
    /phpdoc/en/functions        ovrimos.xml 
  Log:
  updated to conform to the new api
  
  
Index: phpdoc/en/functions/ovrimos.xml
diff -u phpdoc/en/functions/ovrimos.xml:1.9 phpdoc/en/functions/ovrimos.xml:1.10
--- phpdoc/en/functions/ovrimos.xml:1.9 Sun Aug 19 07:47:42 2001
+++ phpdoc/en/functions/ovrimos.xml     Tue Aug 21 05:02:05 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
  <reference id="ref.ovrimos">
   <title>Ovrimos SQL functions</title>
   <titleabbrev>OvrimosSQL</titleabbrev>
@@ -82,7 +82,7 @@
         ovrimos_result_all ($res);
         ovrimos_free_result ($res);
     }
-    ovrimos_close ($conn);
+    ovrimos_close($conn);
 }
 ?&gt;
       </programlisting>
@@ -118,31 +118,6 @@
    </refsect1>
   </refentry>
 
-  <refentry id="function.ovrimos-close-all">
-   <refnamediv>
-    <refname>ovrimos_close_all</refname>
-    <refpurpose>Closes all the connections to ovrimos</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>void <function>ovrimos_close_all</function></funcdef>
-      <void/>
-     </funcprototype>
-    </funcsynopsis>
-    <para>
-     <function>ovrimos_close_all</function> is used to close all the
-     connections.
-    </para>
-    <para>
-     <function>ovrimos_close_all</function> closes all connections to
-     Ovrimos. This has the effect of rolling back uncommitted
-     transactions.
-    </para>
-   </refsect1>
-  </refentry>
-
   <refentry id="function.ovrimos-longreadlen">
    <refnamediv>
     <refname>ovrimos_longreadlen</refname>
@@ -166,9 +141,8 @@
     <para>
      <function>ovrimos_longreadlen</function> specifies how many bytes
      are to be retrieved from long datatypes (long varchar and long
-     varbinary). Default is zero. Regardless of its taking a result_id
-     as an argument, it currently sets this parameter for all result
-     sets. Returns &true;.
+     varbinary). Default is zero. It currently sets this parameter 
+     the specified result set. Returns &true;.
     </para>
    </refsect1>
   </refentry>
@@ -216,7 +190,7 @@
     } else {
         echo "Prepare not ok!\n";
     }
-    ovrimos_close ($conn);
+    ovrimos_close($conn);
 }
 ?&gt;
       </programlisting>
@@ -373,7 +347,7 @@
         }
         ovrimos_free_result ($res);
     }
-    ovrimos_close ($conn);
+    ovrimos_close($conn);
 }
 ?&gt;
       </programlisting>
@@ -438,7 +412,7 @@
         }
         ovrimos_free_result ($res);
     }
-    ovrimos_close ($conn);
+    ovrimos_close($conn);
 }
 ?&gt;
       </programlisting>
@@ -522,7 +496,7 @@
     } else {
         echo "Prepare not ok!\n";
     }
-    ovrimos_close ($conn);
+    ovrimos_close($conn);
 }
 ?&gt;
       </programlisting>
@@ -553,7 +527,7 @@
         ovrimos_result_all ($res);
         ovrimos_free_result ($res);
     }
-    ovrimos_close ($conn);
+    ovrimos_close($conn);
 }
 ?&gt;
       </programlisting>
@@ -573,7 +547,7 @@
         echo ovrimos_num_rows ($res)." rows affected\n";
         ovrimos_free_result ($res);
     }
-    ovrimos_close ($conn);
+    ovrimos_close($conn);
 }
 ?&gt;
       </programlisting>


Reply via email to