From 36f75cba3dfc02fac504ae1a8960470b04ba631b Mon Sep 17 00:00:00 2001 From: jim winstead Date: Tue, 18 Dec 2001 20:21:08 +0000 Subject: [PATCH] ora_column*: note that columns are zero-based git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65620 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/oracle.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/oracle.xml b/functions/oracle.xml index 329b4bff86..fe53b22914 100644 --- a/functions/oracle.xml +++ b/functions/oracle.xml @@ -1,5 +1,5 @@ - + Oracle functions Oracle @@ -104,7 +104,7 @@ echo "Result: $result
Out: $output
In: $input"; Returns the name of the field/column column on the cursor cursor. The returned name is in all - uppercase letters. + uppercase letters. Column 0 is the first column. @@ -126,7 +126,7 @@ echo "Result: $result
Out: $output
In: $input"; Returns the size of the Oracle column column on the cursor - cursor. + cursor. Column 0 is the first column. @@ -148,8 +148,8 @@ echo "Result: $result
Out: $output
In: $input"; Returns the Oracle data type name of the field/column column on the cursor - cursor. The returned type will be one of - the following: + cursor. Column 0 is the first column. The returned + type will be one of the following: "VARCHAR2" "VARCHAR"