From 33675d7acf44cd175d34fe5bab9b30fb7fb38984 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 13 Aug 2003 07:31:58 +0000 Subject: [PATCH] minor proto fixes and misc. small stuff git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137589 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/ocicommit.xml | 7 +++---- reference/oci8/functions/ocidefinebyname.xml | 6 +++--- reference/oci8/functions/ocifreecursor.xml | 6 +++--- reference/oci8/functions/ocilogon.xml | 4 ++-- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/reference/oci8/functions/ocicommit.xml b/reference/oci8/functions/ocicommit.xml index c3a3abd6c4..e95ccc92b6 100644 --- a/reference/oci8/functions/ocicommit.xml +++ b/reference/oci8/functions/ocicommit.xml @@ -1,5 +1,5 @@ - + @@ -14,8 +14,7 @@ ocicommit commits all outstanding statements - for Oracle connection connection. - &return.success; + for the active transaction on Oracle connection connection. This example demonstrates how ocicommit is used. @@ -26,7 +25,7 @@ - + @@ -13,7 +13,7 @@ boolocidefinebyname resourcestmt - stringcolumn-name + stringcolumn_name mixed&variable inttype @@ -22,7 +22,7 @@ of SQL-Columns. Be careful that Oracle uses ALL-UPPERCASE column-names, whereby in your select you can also write lowercase. ocidefinebyname expects - the column-name to be in uppercase. If you + the column_name to be in uppercase. If you define a variable that doesn't exists in your select statement, no error will be given! diff --git a/reference/oci8/functions/ocifreecursor.xml b/reference/oci8/functions/ocifreecursor.xml index 6e755fcfcb..9311eba68d 100644 --- a/reference/oci8/functions/ocifreecursor.xml +++ b/reference/oci8/functions/ocifreecursor.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ Description - intocifreecursor - intstmt + boolocifreecursor + resourcestmt ocifreecursor frees all resources associated with the diff --git a/reference/oci8/functions/ocilogon.xml b/reference/oci8/functions/ocilogon.xml index 033f17774b..c8508449f7 100644 --- a/reference/oci8/functions/ocilogon.xml +++ b/reference/oci8/functions/ocilogon.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - intocilogon + resourceocilogon stringusername stringpassword stringdb