From 885f96506d486145ecfe9832a24da3b41a6ae8c3 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 29 Jul 2003 19:14:56 +0000 Subject: [PATCH] strtolower(refname), protos update, some see also and entities git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@136202 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oracle/functions/ora-bind.xml | 19 ++++++++--------- reference/oracle/functions/ora-close.xml | 21 +++++++++---------- reference/oracle/functions/ora-columnname.xml | 6 +++--- reference/oracle/functions/ora-columnsize.xml | 6 +++--- reference/oracle/functions/ora-columntype.xml | 4 ++-- reference/oracle/functions/ora-commit.xml | 13 ++++++++---- reference/oracle/functions/ora-commitoff.xml | 15 ++++++++----- reference/oracle/functions/ora-commiton.xml | 15 ++++++++----- reference/oracle/functions/ora-do.xml | 16 +++++++------- reference/oracle/functions/ora-error.xml | 6 +++--- reference/oracle/functions/ora-errorcode.xml | 6 +++--- reference/oracle/functions/ora-exec.xml | 4 ++-- reference/oracle/functions/ora-fetch-into.xml | 10 ++++----- reference/oracle/functions/ora-fetch.xml | 10 ++++----- reference/oracle/functions/ora-getcolumn.xml | 6 +++--- reference/oracle/functions/ora-logoff.xml | 6 +++--- reference/oracle/functions/ora-numcols.xml | 4 ++-- reference/oracle/functions/ora-numrows.xml | 4 ++-- reference/oracle/functions/ora-open.xml | 8 +++---- reference/oracle/functions/ora-parse.xml | 6 +++--- reference/oracle/functions/ora-plogon.xml | 4 ++-- reference/oracle/functions/ora-rollback.xml | 10 ++++----- 22 files changed, 105 insertions(+), 94 deletions(-) diff --git a/reference/oracle/functions/ora-bind.xml b/reference/oracle/functions/ora-bind.xml index 22b233b836..958d2083ac 100644 --- a/reference/oracle/functions/ora-bind.xml +++ b/reference/oracle/functions/ora-bind.xml @@ -1,27 +1,21 @@ - + - Ora_Bind + ora_bind Binds a PHP variable to an Oracle parameter Description - intora_bind - intcursor + boolora_bind + resourcecursor stringPHP_variable_name stringSQL_parameter_name intlength inttype - - Returns &true; if the bind succeeds, otherwise &false;. Details - about the error can be retrieved using the - ora_error and - ora_errorcode functions. - This function binds the named PHP variable with a SQL parameter. The SQL parameter must be in the form ":name". With the optional @@ -30,6 +24,11 @@ 3.0.1, you can use the constants ORA_BIND_INOUT, ORA_BIND_IN and ORA_BIND_OUT instead of the numbers. + + &return.success; Details about the error can be retrieved using the + ora_error and ora_errorcode + functions. + ora_bind must be called after ora_parse and before ora_exec. Input values can be given diff --git a/reference/oracle/functions/ora-close.xml b/reference/oracle/functions/ora-close.xml index 6b5b94a815..d5f71ca4fb 100644 --- a/reference/oracle/functions/ora-close.xml +++ b/reference/oracle/functions/ora-close.xml @@ -1,27 +1,26 @@ - + - Ora_Close - close an Oracle cursor + ora_close + Closes an Oracle cursor Description - intora_close - intcursor + boolora_close + ressourcecursor - - Returns &true; if the close succeeds, otherwise &false;. Details - about the error can be retrieved using the - ora_error and - ora_errorcode functions. - This function closes a data cursor opened with ora_open. + + &return.success; Details about the error can be retrieved using the + ora_error and ora_errorcode + functions. + diff --git a/reference/oracle/functions/ora-columnname.xml b/reference/oracle/functions/ora-columnname.xml index 98200dc667..420cdafe46 100644 --- a/reference/oracle/functions/ora-columnname.xml +++ b/reference/oracle/functions/ora-columnname.xml @@ -1,16 +1,16 @@ - + ora_columnname - Get name of Oracle result column + Gets the name of an Oracle result column Description stringora_columnname - intcursor + resourcecursor intcolumn diff --git a/reference/oracle/functions/ora-columnsize.xml b/reference/oracle/functions/ora-columnsize.xml index c7af50687a..3d52801dfb 100644 --- a/reference/oracle/functions/ora-columnsize.xml +++ b/reference/oracle/functions/ora-columnsize.xml @@ -1,16 +1,16 @@ - + ora_columnsize - get size of Oracle result column + Returns the size of an Oracle result column Description intora_columnsize - intcursor + resourcecursor intcolumn diff --git a/reference/oracle/functions/ora-columntype.xml b/reference/oracle/functions/ora-columntype.xml index efa46e0a33..dc1333ab21 100644 --- a/reference/oracle/functions/ora-columntype.xml +++ b/reference/oracle/functions/ora-columntype.xml @@ -1,10 +1,10 @@ - + ora_columntype - Get type of Oracle result column + Gets the type of an Oracle result column Description diff --git a/reference/oracle/functions/ora-commit.xml b/reference/oracle/functions/ora-commit.xml index e99ee9dffd..0d4682e414 100644 --- a/reference/oracle/functions/ora-commit.xml +++ b/reference/oracle/functions/ora-commit.xml @@ -1,16 +1,16 @@ - + ora_commit - commit an Oracle transaction + Commit an Oracle transaction Description - intora_commit - intconn + boolora_commit + resourceconn This function commits an Oracle transaction. A transaction is defined as @@ -22,6 +22,11 @@ error can be retrieved using the ora_error and ora_errorcode functions. + + See also + ora_commiton and + ora_commitoff. + diff --git a/reference/oracle/functions/ora-commitoff.xml b/reference/oracle/functions/ora-commitoff.xml index 2c0d0aa53b..6fd2137219 100644 --- a/reference/oracle/functions/ora-commitoff.xml +++ b/reference/oracle/functions/ora-commitoff.xml @@ -1,26 +1,31 @@ - + ora_commitoff - disable automatic commit + Disable automatic commit Description - intora_commitoff - intconn + boolora_commitoff + resourceconn This function turns off automatic commit after each - ora_exec. + ora_exec on the given connection. &return.success; Details about the error can be retrieved using the ora_error and ora_errorcode functions. + + See also + ora_commiton and + ora_commit. + diff --git a/reference/oracle/functions/ora-commiton.xml b/reference/oracle/functions/ora-commiton.xml index 3faee437c7..306890a165 100644 --- a/reference/oracle/functions/ora-commiton.xml +++ b/reference/oracle/functions/ora-commiton.xml @@ -1,16 +1,16 @@ - + - Ora_CommitOn - enable automatic commit + ora_commiton + Enable automatic commit Description - intora_commiton - intconn + boolora_commiton + resourceconn This function turns on automatic commit after each @@ -21,6 +21,11 @@ can be retrieved using the ora_error and ora_errorcode functions. + + See also + ora_commitoff and + ora_commit. + diff --git a/reference/oracle/functions/ora-do.xml b/reference/oracle/functions/ora-do.xml index 12822f8883..4c36bb859f 100644 --- a/reference/oracle/functions/ora-do.xml +++ b/reference/oracle/functions/ora-do.xml @@ -1,27 +1,27 @@ - + - Ora_Do + ora_do Parse, Exec, Fetch Description - intora_do - intconn + resourceora_do + resourceconn stringquery - This function is quick combination of ora_parse, + ora_do is quick combination of ora_parse, ora_exec and ora_fetch. It will parse and execute a statement, then fetch the first result row. - &return.success; Details about the error - can be retrieved using the ora_error and - ora_errorcode functions. + This function returns a cursor index or &false; on failure. Details + about the error can be retrieved using the ora_error + and ora_errorcode functions. See also ora_parse,ora_exec, diff --git a/reference/oracle/functions/ora-error.xml b/reference/oracle/functions/ora-error.xml index 177231cf0b..9bdb423330 100644 --- a/reference/oracle/functions/ora-error.xml +++ b/reference/oracle/functions/ora-error.xml @@ -1,16 +1,16 @@ - + ora_error - get Oracle error message + Gets an Oracle error message Description stringora_error - intcursor_or_connection + resourcecursor_or_connection Returns an error message of the form diff --git a/reference/oracle/functions/ora-errorcode.xml b/reference/oracle/functions/ora-errorcode.xml index c859734ba7..78f691ae7b 100644 --- a/reference/oracle/functions/ora-errorcode.xml +++ b/reference/oracle/functions/ora-errorcode.xml @@ -1,16 +1,16 @@ - + ora_errorcode - get Oracle error code + Gets an Oracle error code Description intora_errorcode - intcursor_or_connection + resourcecursor_or_connection Returns the numeric error code of the last executed statement on diff --git a/reference/oracle/functions/ora-exec.xml b/reference/oracle/functions/ora-exec.xml index fc57bc8797..f501af6616 100644 --- a/reference/oracle/functions/ora-exec.xml +++ b/reference/oracle/functions/ora-exec.xml @@ -1,10 +1,10 @@ - + ora_exec - Execute parsed statement on an Oracle cursor + Execute a parsed statement on an Oracle cursor Description diff --git a/reference/oracle/functions/ora-fetch-into.xml b/reference/oracle/functions/ora-fetch-into.xml index 38af2a1bc2..2e8b2e7955 100644 --- a/reference/oracle/functions/ora-fetch-into.xml +++ b/reference/oracle/functions/ora-fetch-into.xml @@ -1,20 +1,18 @@ - + - Ora_Fetch_Into + ora_fetch_into Fetch a row into the specified result array Description intora_fetch_into - intcursor + resourcecursor arrayresult - int - flags - + intflags Fetches a row of data into an array. The flags diff --git a/reference/oracle/functions/ora-fetch.xml b/reference/oracle/functions/ora-fetch.xml index f919480610..bd0d0c78f4 100644 --- a/reference/oracle/functions/ora-fetch.xml +++ b/reference/oracle/functions/ora-fetch.xml @@ -1,16 +1,16 @@ - + - Ora_Fetch - fetch a row of data from a cursor + ora_fetch + Fetch a row of data from a cursor Description - intora_fetch - intcursor + boolora_fetch + resourcecursor Retrieves a row of data from the specified cursor. diff --git a/reference/oracle/functions/ora-getcolumn.xml b/reference/oracle/functions/ora-getcolumn.xml index c8dd09f59f..18c2fdf4e5 100644 --- a/reference/oracle/functions/ora-getcolumn.xml +++ b/reference/oracle/functions/ora-getcolumn.xml @@ -1,5 +1,5 @@ - + @@ -10,8 +10,8 @@ Description mixedora_getcolumn - intcursor - mixedcolumn + resourcecursor + intcolumn 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 c4aa696c5d..ea8a357eed 100644 --- a/reference/oracle/functions/ora-logoff.xml +++ b/reference/oracle/functions/ora-logoff.xml @@ -1,5 +1,5 @@ - + @@ -9,8 +9,8 @@ Description - intora_logoff - intconnection + boolora_logoff + resourceconnection Logs out the user and disconnects from the server. diff --git a/reference/oracle/functions/ora-numcols.xml b/reference/oracle/functions/ora-numcols.xml index fdc7612a4a..9930d9d123 100644 --- a/reference/oracle/functions/ora-numcols.xml +++ b/reference/oracle/functions/ora-numcols.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intora_numcols - intcursor_ind + resourcecursor ora_numcols returns the number of columns in a result. diff --git a/reference/oracle/functions/ora-numrows.xml b/reference/oracle/functions/ora-numrows.xml index 4579e8198c..5388bf1e8c 100644 --- a/reference/oracle/functions/ora-numrows.xml +++ b/reference/oracle/functions/ora-numrows.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intora_numrows - intcursor_ind + resourcecursor ora_numrows returns the number of rows in a result. diff --git a/reference/oracle/functions/ora-open.xml b/reference/oracle/functions/ora-open.xml index 76887c4482..ba6c6c233f 100644 --- a/reference/oracle/functions/ora-open.xml +++ b/reference/oracle/functions/ora-open.xml @@ -1,16 +1,16 @@ - + ora_open - open an Oracle cursor + Opens an Oracle cursor Description - intora_open - intconnection + resourceora_open + resourceconnection Opens an Oracle cursor associated with connection. diff --git a/reference/oracle/functions/ora-parse.xml b/reference/oracle/functions/ora-parse.xml index 0c58ebac11..ccca006bfb 100644 --- a/reference/oracle/functions/ora-parse.xml +++ b/reference/oracle/functions/ora-parse.xml @@ -1,5 +1,5 @@ - + @@ -9,8 +9,8 @@ Description - intora_parse - intcursor_ind + boolora_parse + resourcecursor stringsql_statement intdefer diff --git a/reference/oracle/functions/ora-plogon.xml b/reference/oracle/functions/ora-plogon.xml index 226ce5f635..dd2612687b 100644 --- a/reference/oracle/functions/ora-plogon.xml +++ b/reference/oracle/functions/ora-plogon.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ Description - intora_plogon + resourceora_plogon stringuser stringpassword diff --git a/reference/oracle/functions/ora-rollback.xml b/reference/oracle/functions/ora-rollback.xml index f169cd4a4f..74f3b6808e 100644 --- a/reference/oracle/functions/ora-rollback.xml +++ b/reference/oracle/functions/ora-rollback.xml @@ -1,16 +1,16 @@ - + - Ora_Rollback - roll back transaction + ora_rollback + Rolls back a transaction Description - intora_rollback - intconnection + boolora_rollback + resourceconnection This function undoes an Oracle transaction. (See