maxim Sat Nov 9 19:43:03 2002 EDT
Modified files:
/phpdoc/en/reference/oci8/functions ocirollback.xml
Log:
fixed return type and added "see also ocicommit". These two are pretty relevant to
each other
Index: phpdoc/en/reference/oci8/functions/ocirollback.xml
diff -u phpdoc/en/reference/oci8/functions/ocirollback.xml:1.2
phpdoc/en/reference/oci8/functions/ocirollback.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocirollback.xml:1.2 Wed Apr 17 02:42:21
2002
+++ phpdoc/en/reference/oci8/functions/ocirollback.xml Sat Nov 9 19:43:02 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocirollback">
<refnamediv>
@@ -9,13 +9,17 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIRollback</methodname>
+ <type>bool</type><methodname>OCIRollback</methodname>
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
<function>OCIRollback</function> rolls back all outstanding
- statements for Oracle connection <parameter>connection</parameter>.
+ statements for Oracle connection <parameter>connection</parameter>.
+<function>OCIRollback</function>
+ returns &true; on success and &false; otherwise.
</para>
+ <simpara>
+ See also <function>OCICommit</function>.
+ </simpara>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php