From 07fcabc3b30a09cafb7799818e5be5a53105bdc8 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 12 Feb 2003 17:57:03 +0000 Subject: [PATCH] Letter case update, proto correction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115952 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oracle/functions/ora-columnname.xml | 8 ++++---- reference/oracle/functions/ora-columnsize.xml | 6 +++--- reference/oracle/functions/ora-columntype.xml | 10 +++++----- reference/oracle/functions/ora-commit.xml | 14 +++++++------- reference/oracle/functions/ora-commitoff.xml | 12 ++++++------ reference/oracle/functions/ora-error.xml | 6 +++--- reference/oracle/functions/ora-errorcode.xml | 6 +++--- reference/oracle/functions/ora-exec.xml | 14 +++++++++----- reference/oracle/functions/ora-fetch.xml | 8 ++++---- reference/oracle/functions/ora-getcolumn.xml | 12 ++++++------ reference/oracle/functions/ora-logoff.xml | 12 ++++++------ reference/oracle/functions/ora-logon.xml | 10 +++++----- reference/oracle/functions/ora-numcols.xml | 4 ++-- reference/oracle/functions/ora-numrows.xml | 4 ++-- reference/oracle/functions/ora-open.xml | 4 ++-- reference/oracle/functions/ora-parse.xml | 6 +++--- reference/oracle/functions/ora-plogon.xml | 6 +++--- 17 files changed, 73 insertions(+), 69 deletions(-) diff --git a/reference/oracle/functions/ora-columnname.xml b/reference/oracle/functions/ora-columnname.xml index 429adbb7b3..98200dc667 100644 --- a/reference/oracle/functions/ora-columnname.xml +++ b/reference/oracle/functions/ora-columnname.xml @@ -1,15 +1,15 @@ - + - Ora_ColumnName - get name of Oracle result column + ora_columnname + Get name of Oracle result column Description - stringOra_ColumnName + stringora_columnname intcursor intcolumn diff --git a/reference/oracle/functions/ora-columnsize.xml b/reference/oracle/functions/ora-columnsize.xml index 66682a6b02..c7af50687a 100644 --- a/reference/oracle/functions/ora-columnsize.xml +++ b/reference/oracle/functions/ora-columnsize.xml @@ -1,15 +1,15 @@ - + - Ora_ColumnSize + ora_columnsize get size of Oracle result column Description - intOra_ColumnSize + intora_columnsize intcursor intcolumn diff --git a/reference/oracle/functions/ora-columntype.xml b/reference/oracle/functions/ora-columntype.xml index 1e381b2e58..efa46e0a33 100644 --- a/reference/oracle/functions/ora-columntype.xml +++ b/reference/oracle/functions/ora-columntype.xml @@ -1,16 +1,16 @@ - + - Ora_ColumnType - get type of Oracle result column + ora_columntype + Get type of Oracle result column Description - stringOra_ColumnType - intcursor + stringora_columntype + resourcecursor intcolumn diff --git a/reference/oracle/functions/ora-commit.xml b/reference/oracle/functions/ora-commit.xml index ec2431b9b4..e99ee9dffd 100644 --- a/reference/oracle/functions/ora-commit.xml +++ b/reference/oracle/functions/ora-commit.xml @@ -1,9 +1,9 @@ - + - Ora_Commit + ora_commit commit an Oracle transaction @@ -12,16 +12,16 @@ intora_commit intconn - - &return.success; Details about the - error can be retrieved using the ora_error - and ora_errorcode functions. - This function commits an Oracle transaction. A transaction is defined as all the changes on a given connection since the last commit/rollback, autocommit was turned off or when the connection was established. + + &return.success; Details about the + error can be retrieved using the ora_error + and ora_errorcode functions. + diff --git a/reference/oracle/functions/ora-commitoff.xml b/reference/oracle/functions/ora-commitoff.xml index 9352c946c9..2c0d0aa53b 100644 --- a/reference/oracle/functions/ora-commitoff.xml +++ b/reference/oracle/functions/ora-commitoff.xml @@ -1,9 +1,9 @@ - + - Ora_CommitOff + ora_commitoff disable automatic commit @@ -12,15 +12,15 @@ intora_commitoff intconn + + This function turns off automatic commit after each + ora_exec. + &return.success; Details about the error can be retrieved using the ora_error and ora_errorcode functions. - - This function turns off automatic commit after each - ora_exec. - diff --git a/reference/oracle/functions/ora-error.xml b/reference/oracle/functions/ora-error.xml index 5f9d1c6e7b..177231cf0b 100644 --- a/reference/oracle/functions/ora-error.xml +++ b/reference/oracle/functions/ora-error.xml @@ -1,15 +1,15 @@ - + - Ora_Error + ora_error get Oracle error message Description - stringOra_Error + stringora_error intcursor_or_connection diff --git a/reference/oracle/functions/ora-errorcode.xml b/reference/oracle/functions/ora-errorcode.xml index b5c4fc54bb..c859734ba7 100644 --- a/reference/oracle/functions/ora-errorcode.xml +++ b/reference/oracle/functions/ora-errorcode.xml @@ -1,15 +1,15 @@ - + - Ora_ErrorCode + ora_errorcode get Oracle error code Description - intOra_ErrorCode + intora_errorcode intcursor_or_connection diff --git a/reference/oracle/functions/ora-exec.xml b/reference/oracle/functions/ora-exec.xml index 820bcbaac2..fc57bc8797 100644 --- a/reference/oracle/functions/ora-exec.xml +++ b/reference/oracle/functions/ora-exec.xml @@ -1,17 +1,21 @@ - + - Ora_Exec - execute parsed statement on an Oracle cursor + ora_exec + Execute parsed statement on an Oracle cursor Description - intora_exec - intcursor + boolora_exec + resourcecursor + + ora_exec execute the parsed statement + cursor, already parsed by ora_parse. + &return.success; Details about the error can be retrieved using the ora_error and diff --git a/reference/oracle/functions/ora-fetch.xml b/reference/oracle/functions/ora-fetch.xml index 2655526538..f919480610 100644 --- a/reference/oracle/functions/ora-fetch.xml +++ b/reference/oracle/functions/ora-fetch.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,9 @@ intora_fetch intcursor + + Retrieves a row of data from the specified cursor. + Returns &true; (a row was fetched) or &false; (no more rows, or an error occured). If an error occured, details can be retrieved @@ -19,9 +22,6 @@ ora_errorcode functions. If there was no error, ora_errorcode will return 0. - - Retrieves a row of data from the specified cursor. - See also ora_parse,ora_exec, and ora_do. diff --git a/reference/oracle/functions/ora-getcolumn.xml b/reference/oracle/functions/ora-getcolumn.xml index e62e9c4c93..c8dd09f59f 100644 --- a/reference/oracle/functions/ora-getcolumn.xml +++ b/reference/oracle/functions/ora-getcolumn.xml @@ -1,10 +1,10 @@ - + - Ora_GetColumn - get data from a fetched column + ora_getcolumn + Get data from a fetched column Description @@ -13,6 +13,9 @@ intcursor mixedcolumn + + Fetches the data for a column or function result. + Returns the column data. If an error occurs, &false; is returned and ora_errorcode @@ -21,9 +24,6 @@ not error as well (&null; result, empty string, the number 0, the string "0"). - - Fetches the data for a column or function result. - diff --git a/reference/oracle/functions/ora-logoff.xml b/reference/oracle/functions/ora-logoff.xml index ce46b6ee8e..c4aa696c5d 100644 --- a/reference/oracle/functions/ora-logoff.xml +++ b/reference/oracle/functions/ora-logoff.xml @@ -1,10 +1,10 @@ - + - Ora_Logoff - close an Oracle connection + ora_logoff + Close an Oracle connection Description @@ -12,14 +12,14 @@ intora_logoff intconnection + + Logs out the user and disconnects from the server. + &return.success; Details about the error can be retrieved using the ora_error and ora_errorcode functions. - - Logs out the user and disconnects from the server. - See also ora_logon. diff --git a/reference/oracle/functions/ora-logon.xml b/reference/oracle/functions/ora-logon.xml index 517e4fca46..3c5c612242 100644 --- a/reference/oracle/functions/ora-logon.xml +++ b/reference/oracle/functions/ora-logon.xml @@ -1,21 +1,21 @@ - + - Ora_Logon - open an Oracle connection + ora_logon + Open an Oracle connection Description - intora_logon + resourceora_logon stringuser stringpassword Establishes a connection between PHP and an Oracle database with the - given username and password. + given username user and password password. Connections can be made using SQL*Net diff --git a/reference/oracle/functions/ora-numcols.xml b/reference/oracle/functions/ora-numcols.xml index 2902eafef7..fdc7612a4a 100644 --- a/reference/oracle/functions/ora-numcols.xml +++ b/reference/oracle/functions/ora-numcols.xml @@ -1,9 +1,9 @@ - + - Ora_Numcols + ora_numcols Returns the number of columns diff --git a/reference/oracle/functions/ora-numrows.xml b/reference/oracle/functions/ora-numrows.xml index 274e953e61..4579e8198c 100644 --- a/reference/oracle/functions/ora-numrows.xml +++ b/reference/oracle/functions/ora-numrows.xml @@ -1,9 +1,9 @@ - + - Ora_Numrows + ora_numrows Returns the number of rows diff --git a/reference/oracle/functions/ora-open.xml b/reference/oracle/functions/ora-open.xml index f1beffe64c..76887c4482 100644 --- a/reference/oracle/functions/ora-open.xml +++ b/reference/oracle/functions/ora-open.xml @@ -1,9 +1,9 @@ - + - Ora_Open + ora_open open an Oracle cursor diff --git a/reference/oracle/functions/ora-parse.xml b/reference/oracle/functions/ora-parse.xml index 5c2451d5a7..69e7072af7 100644 --- a/reference/oracle/functions/ora-parse.xml +++ b/reference/oracle/functions/ora-parse.xml @@ -1,10 +1,10 @@ - + - Ora_Parse - parse an SQL statement + ora_parse + Parse an SQL statement with Oracle Description diff --git a/reference/oracle/functions/ora-plogon.xml b/reference/oracle/functions/ora-plogon.xml index 10a5d445aa..226ce5f635 100644 --- a/reference/oracle/functions/ora-plogon.xml +++ b/reference/oracle/functions/ora-plogon.xml @@ -1,9 +1,9 @@ - + - Ora_pLogon + ora_plogon Open a persistent Oracle connection @@ -17,7 +17,7 @@ Establishes a persistent connection between PHP and an Oracle database with - the given username and password. + the username user and password password. See also ora_logon.