dams Wed Feb 12 12:57:03 2003 EDT Modified files: /phpdoc/en/reference/oracle/functions ora-columnname.xml ora-columnsize.xml ora-columntype.xml ora-commit.xml ora-commitoff.xml ora-error.xml ora-errorcode.xml ora-exec.xml ora-fetch.xml ora-getcolumn.xml ora-logoff.xml ora-logon.xml ora-numcols.xml ora-numrows.xml ora-open.xml ora-parse.xml ora-plogon.xml Log: Letter case update, proto correction
Index: phpdoc/en/reference/oracle/functions/ora-columnname.xml diff -u phpdoc/en/reference/oracle/functions/ora-columnname.xml:1.2 phpdoc/en/reference/oracle/functions/ora-columnname.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-columnname.xml:1.2 Wed Apr 17 02:42:29 2002 +++ phpdoc/en/reference/oracle/functions/ora-columnname.xml Wed Feb 12 12:57:03 +2003 @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-columnname"> <refnamediv> - <refname>Ora_ColumnName</refname> - <refpurpose>get name of Oracle result column</refpurpose> + <refname>ora_columnname</refname> + <refpurpose>Get name of Oracle result column</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> - <type>string</type><methodname>Ora_ColumnName</methodname> + <type>string</type><methodname>ora_columnname</methodname> <methodparam><type>int</type><parameter>cursor</parameter></methodparam> <methodparam><type>int</type><parameter>column</parameter></methodparam> </methodsynopsis> Index: phpdoc/en/reference/oracle/functions/ora-columnsize.xml diff -u phpdoc/en/reference/oracle/functions/ora-columnsize.xml:1.2 phpdoc/en/reference/oracle/functions/ora-columnsize.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-columnsize.xml:1.2 Wed Apr 17 02:42:29 2002 +++ phpdoc/en/reference/oracle/functions/ora-columnsize.xml Wed Feb 12 12:57:03 +2003 @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.10 --> <refentry id="function.ora-columnsize"> <refnamediv> - <refname>Ora_ColumnSize</refname> + <refname>ora_columnsize</refname> <refpurpose>get size of Oracle result column</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> - <type>int</type><methodname>Ora_ColumnSize</methodname> + <type>int</type><methodname>ora_columnsize</methodname> <methodparam><type>int</type><parameter>cursor</parameter></methodparam> <methodparam><type>int</type><parameter>column</parameter></methodparam> </methodsynopsis> Index: phpdoc/en/reference/oracle/functions/ora-columntype.xml diff -u phpdoc/en/reference/oracle/functions/ora-columntype.xml:1.2 phpdoc/en/reference/oracle/functions/ora-columntype.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-columntype.xml:1.2 Wed Apr 17 02:42:29 2002 +++ phpdoc/en/reference/oracle/functions/ora-columntype.xml Wed Feb 12 12:57:03 +2003 @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-columntype"> <refnamediv> - <refname>Ora_ColumnType</refname> - <refpurpose>get type of Oracle result column</refpurpose> + <refname>ora_columntype</refname> + <refpurpose>Get type of Oracle result column</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> - <type>string</type><methodname>Ora_ColumnType</methodname> - <methodparam><type>int</type><parameter>cursor</parameter></methodparam> + <type>string</type><methodname>ora_columntype</methodname> + <methodparam><type>resource</type><parameter>cursor</parameter></methodparam> <methodparam><type>int</type><parameter>column</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/oracle/functions/ora-commit.xml diff -u phpdoc/en/reference/oracle/functions/ora-commit.xml:1.3 phpdoc/en/reference/oracle/functions/ora-commit.xml:1.4 --- phpdoc/en/reference/oracle/functions/ora-commit.xml:1.3 Wed Oct 23 04:13:37 2002 +++ phpdoc/en/reference/oracle/functions/ora-commit.xml Wed Feb 12 12:57:03 2003 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-commit"> <refnamediv> - <refname>Ora_Commit</refname> + <refname>ora_commit</refname> <refpurpose>commit an Oracle transaction</refpurpose> </refnamediv> <refsect1> @@ -13,14 +13,14 @@ <methodparam><type>int</type><parameter>conn</parameter></methodparam> </methodsynopsis> <para> - &return.success; Details about the - error can be retrieved using the <function>ora_error</function> - and <function>ora_errorcode</function> functions. - </para> - <para> 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. + </para> + <para> + &return.success; Details about the + error can be retrieved using the <function>ora_error</function> + and <function>ora_errorcode</function> functions. </para> </refsect1> </refentry> Index: phpdoc/en/reference/oracle/functions/ora-commitoff.xml diff -u phpdoc/en/reference/oracle/functions/ora-commitoff.xml:1.3 phpdoc/en/reference/oracle/functions/ora-commitoff.xml:1.4 --- phpdoc/en/reference/oracle/functions/ora-commitoff.xml:1.3 Wed Oct 23 04:26:52 2002 +++ phpdoc/en/reference/oracle/functions/ora-commitoff.xml Wed Feb 12 12:57:03 +2003 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-commitoff"> <refnamediv> - <refname>Ora_CommitOff</refname> + <refname>ora_commitoff</refname> <refpurpose>disable automatic commit</refpurpose> </refnamediv> <refsect1> @@ -13,13 +13,13 @@ <methodparam><type>int</type><parameter>conn</parameter></methodparam> </methodsynopsis> <para> + This function turns off automatic commit after each + <function>ora_exec</function>. + </para> + <para> &return.success; Details about the error can be retrieved using the <function>ora_error</function> and <function>ora_errorcode</function> functions. - </para> - <para> - This function turns off automatic commit after each - <function>ora_exec</function>. </para> </refsect1> </refentry> Index: phpdoc/en/reference/oracle/functions/ora-error.xml diff -u phpdoc/en/reference/oracle/functions/ora-error.xml:1.2 phpdoc/en/reference/oracle/functions/ora-error.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-error.xml:1.2 Wed Apr 17 02:42:30 2002 +++ phpdoc/en/reference/oracle/functions/ora-error.xml Wed Feb 12 12:57:03 2003 @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-error"> <refnamediv> - <refname>Ora_Error</refname> + <refname>ora_error</refname> <refpurpose>get Oracle error message</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> - <type>string</type><methodname>Ora_Error</methodname> + <type>string</type><methodname>ora_error</methodname> <methodparam><type>int</type><parameter>cursor_or_connection</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/oracle/functions/ora-errorcode.xml diff -u phpdoc/en/reference/oracle/functions/ora-errorcode.xml:1.2 phpdoc/en/reference/oracle/functions/ora-errorcode.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-errorcode.xml:1.2 Wed Apr 17 02:42:30 2002 +++ phpdoc/en/reference/oracle/functions/ora-errorcode.xml Wed Feb 12 12:57:03 +2003 @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-errorcode"> <refnamediv> - <refname>Ora_ErrorCode</refname> + <refname>ora_errorcode</refname> <refpurpose>get Oracle error code</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> - <type>int</type><methodname>Ora_ErrorCode</methodname> + <type>int</type><methodname>ora_errorcode</methodname> <methodparam><type>int</type><parameter>cursor_or_connection</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/oracle/functions/ora-exec.xml diff -u phpdoc/en/reference/oracle/functions/ora-exec.xml:1.3 phpdoc/en/reference/oracle/functions/ora-exec.xml:1.4 --- phpdoc/en/reference/oracle/functions/ora-exec.xml:1.3 Wed Oct 23 04:26:52 2002 +++ phpdoc/en/reference/oracle/functions/ora-exec.xml Wed Feb 12 12:57:03 2003 @@ -1,17 +1,21 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-exec"> <refnamediv> - <refname>Ora_Exec</refname> - <refpurpose>execute parsed statement on an Oracle cursor</refpurpose> + <refname>ora_exec</refname> + <refpurpose>Execute parsed statement on an Oracle cursor</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> - <type>int</type><methodname>ora_exec</methodname> - <methodparam><type>int</type><parameter>cursor</parameter></methodparam> + <type>bool</type><methodname>ora_exec</methodname> + <methodparam><type>resource</type><parameter>cursor</parameter></methodparam> </methodsynopsis> + <para> + <function>ora_exec</function> execute the parsed statement + <parameter>cursor</parameter>, already parsed by <function>ora_parse</function>. + </para> <para> &return.success; Details about the error can be retrieved using the <function>ora_error</function> and Index: phpdoc/en/reference/oracle/functions/ora-fetch.xml diff -u phpdoc/en/reference/oracle/functions/ora-fetch.xml:1.2 phpdoc/en/reference/oracle/functions/ora-fetch.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-fetch.xml:1.2 Wed Apr 17 02:42:31 2002 +++ phpdoc/en/reference/oracle/functions/ora-fetch.xml Wed Feb 12 12:57:03 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.5 --> <refentry id="function.ora-fetch"> <refnamediv> @@ -13,14 +13,14 @@ <methodparam><type>int</type><parameter>cursor</parameter></methodparam> </methodsynopsis> <para> + Retrieves a row of data from the specified <parameter>cursor</parameter>. + </para> + <para> Returns &true; (a row was fetched) or &false; (no more rows, or an error occured). If an error occured, details can be retrieved using the <function>ora_error</function> and <function>ora_errorcode</function> functions. If there was no error, <function>ora_errorcode</function> will return 0. - </para> - <para> - Retrieves a row of data from the specified cursor. </para> <simpara> See also <function>ora_parse</function>,<function>ora_exec</function>, Index: phpdoc/en/reference/oracle/functions/ora-getcolumn.xml diff -u phpdoc/en/reference/oracle/functions/ora-getcolumn.xml:1.2 phpdoc/en/reference/oracle/functions/ora-getcolumn.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-getcolumn.xml:1.2 Wed Apr 17 02:42:31 2002 +++ phpdoc/en/reference/oracle/functions/ora-getcolumn.xml Wed Feb 12 12:57:03 +2003 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-getcolumn"> <refnamediv> - <refname>Ora_GetColumn</refname> - <refpurpose>get data from a fetched column</refpurpose> + <refname>ora_getcolumn</refname> + <refpurpose>Get data from a fetched column</refpurpose> </refnamediv> <refsect1> <title>Description</title> @@ -14,15 +14,15 @@ <methodparam><type>mixed</type><parameter>column</parameter></methodparam> </methodsynopsis> <para> + Fetches the data for a column or function result. + </para> + <para> Returns the column data. If an error occurs, &false; is returned and <function>ora_errorcode</function> will return a non-zero value. Note, however, that a test for &false; on the results from this function may be &true; in cases where there is not error as well (&null; result, empty string, the number 0, the string "0"). - </para> - <para> - Fetches the data for a column or function result. </para> </refsect1> </refentry> Index: phpdoc/en/reference/oracle/functions/ora-logoff.xml diff -u phpdoc/en/reference/oracle/functions/ora-logoff.xml:1.3 phpdoc/en/reference/oracle/functions/ora-logoff.xml:1.4 --- phpdoc/en/reference/oracle/functions/ora-logoff.xml:1.3 Wed Oct 23 04:26:52 2002 +++ phpdoc/en/reference/oracle/functions/ora-logoff.xml Wed Feb 12 12:57:03 2003 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-logoff"> <refnamediv> - <refname>Ora_Logoff</refname> - <refpurpose>close an Oracle connection</refpurpose> + <refname>ora_logoff</refname> + <refpurpose>Close an Oracle connection</refpurpose> </refnamediv> <refsect1> <title>Description</title> @@ -13,12 +13,12 @@ <methodparam><type>int</type><parameter>connection</parameter></methodparam> </methodsynopsis> <para> + Logs out the user and disconnects from the server. + </para> + <para> &return.success; Details about the error can be retrieved using the <function>ora_error</function> and <function>ora_errorcode</function> functions. - </para> - <para> - Logs out the user and disconnects from the server. </para> <simpara> See also <function>ora_logon</function>. Index: phpdoc/en/reference/oracle/functions/ora-logon.xml diff -u phpdoc/en/reference/oracle/functions/ora-logon.xml:1.3 phpdoc/en/reference/oracle/functions/ora-logon.xml:1.4 --- phpdoc/en/reference/oracle/functions/ora-logon.xml:1.3 Tue Oct 22 04:50:58 2002 +++ phpdoc/en/reference/oracle/functions/ora-logon.xml Wed Feb 12 12:57:03 2003 @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.5 --> <refentry id="function.ora-logon"> <refnamediv> - <refname>Ora_Logon</refname> - <refpurpose>open an Oracle connection</refpurpose> + <refname>ora_logon</refname> + <refpurpose>Open an Oracle connection</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> - <type>int</type><methodname>ora_logon</methodname> + <type>resource</type><methodname>ora_logon</methodname> <methodparam><type>string</type><parameter>user</parameter></methodparam> <methodparam><type>string</type><parameter>password</parameter></methodparam> </methodsynopsis> <para> Establishes a connection between PHP and an Oracle database with the - given username and password. + given username <parameter>user</parameter> and password +<parameter>password</parameter>. </para> <para> Connections can be made using <productname>SQL*Net</productname> Index: phpdoc/en/reference/oracle/functions/ora-numcols.xml diff -u phpdoc/en/reference/oracle/functions/ora-numcols.xml:1.2 phpdoc/en/reference/oracle/functions/ora-numcols.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-numcols.xml:1.2 Wed Apr 17 02:42:32 2002 +++ phpdoc/en/reference/oracle/functions/ora-numcols.xml Wed Feb 12 12:57:03 +2003 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.5 --> <refentry id="function.ora-numcols"> <refnamediv> - <refname>Ora_Numcols</refname> + <refname>ora_numcols</refname> <refpurpose>Returns the number of columns</refpurpose> </refnamediv> <refsect1> Index: phpdoc/en/reference/oracle/functions/ora-numrows.xml diff -u phpdoc/en/reference/oracle/functions/ora-numrows.xml:1.2 phpdoc/en/reference/oracle/functions/ora-numrows.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-numrows.xml:1.2 Wed Apr 17 02:42:32 2002 +++ phpdoc/en/reference/oracle/functions/ora-numrows.xml Wed Feb 12 12:57:03 +2003 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.5 --> <refentry id="function.ora-numrows"> <refnamediv> - <refname>Ora_Numrows</refname> + <refname>ora_numrows</refname> <refpurpose>Returns the number of rows</refpurpose> </refnamediv> <refsect1> Index: phpdoc/en/reference/oracle/functions/ora-open.xml diff -u phpdoc/en/reference/oracle/functions/ora-open.xml:1.2 phpdoc/en/reference/oracle/functions/ora-open.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-open.xml:1.2 Wed Apr 17 02:42:32 2002 +++ phpdoc/en/reference/oracle/functions/ora-open.xml Wed Feb 12 12:57:03 2003 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-open"> <refnamediv> - <refname>Ora_Open</refname> + <refname>ora_open</refname> <refpurpose>open an Oracle cursor</refpurpose> </refnamediv> <refsect1> Index: phpdoc/en/reference/oracle/functions/ora-parse.xml diff -u phpdoc/en/reference/oracle/functions/ora-parse.xml:1.2 phpdoc/en/reference/oracle/functions/ora-parse.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-parse.xml:1.2 Wed Apr 17 02:42:32 2002 +++ phpdoc/en/reference/oracle/functions/ora-parse.xml Wed Feb 12 12:57:03 2003 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-parse"> <refnamediv> - <refname>Ora_Parse</refname> - <refpurpose>parse an SQL statement</refpurpose> + <refname>ora_parse</refname> + <refpurpose>Parse an SQL statement with Oracle</refpurpose> </refnamediv> <refsect1> <title>Description</title> Index: phpdoc/en/reference/oracle/functions/ora-plogon.xml diff -u phpdoc/en/reference/oracle/functions/ora-plogon.xml:1.2 phpdoc/en/reference/oracle/functions/ora-plogon.xml:1.3 --- phpdoc/en/reference/oracle/functions/ora-plogon.xml:1.2 Wed Apr 17 02:42:32 2002 +++ phpdoc/en/reference/oracle/functions/ora-plogon.xml Wed Feb 12 12:57:03 2003 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --> <refentry id="function.ora-plogon"> <refnamediv> - <refname>Ora_pLogon</refname> + <refname>ora_plogon</refname> <refpurpose> Open a persistent Oracle connection </refpurpose> @@ -17,7 +17,7 @@ </methodsynopsis> <para> Establishes a persistent connection between PHP and an Oracle database with - the given username and password. + the username <parameter>user</parameter> and password +<parameter>password</parameter>. </para> <simpara> See also <function>ora_logon</function>.
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php