conni Mon Sep 3 00:01:53 2001 EDT Modified files: /phpdoc/en/functions ingres_ii.xml Log: fixed some typo
Index: phpdoc/en/functions/ingres_ii.xml diff -u phpdoc/en/functions/ingres_ii.xml:1.8 phpdoc/en/functions/ingres_ii.xml:1.9 --- phpdoc/en/functions/ingres_ii.xml:1.8 Mon Aug 27 10:04:08 2001 +++ phpdoc/en/functions/ingres_ii.xml Mon Sep 3 00:01:53 2001 @@ -1,5 +1,5 @@ <?xml encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <reference id="ref.ingres"> <title>Ingres II functions</title> <titleabbrev>Ingres II</titleabbrev> @@ -60,7 +60,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> Returns a Ingres II link resource on success, or &false; on failure. </para> @@ -138,7 +138,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> Returns a Ingres II link resource on success, or &false; on failure. </para> @@ -146,7 +146,7 @@ See <function>ingres_connect</function> for parameters details and examples. There are only 2 differences between <function>ingres_pconnect</function> and - <function>ingres_connect</function> : + <function>ingres_connect</function> : First, when connecting, the function will first try to find a (persistent) link that's already opened with the same parameters. If one is found, an identifier for it will be returned instead of @@ -179,7 +179,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> Returns &true; on success, or &false; on failure. </para> @@ -219,7 +219,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> Returns &true; on success, or &false; on failure. </para> @@ -258,13 +258,13 @@ <listitem><simpara>prepare to commit</simpara></listitem> <listitem> <simpara> - rollback (see <function>ingres_rollback</function>). + rollback (see <function>ingres_rollback</function>). </simpara> </listitem> <listitem><simpara>savepoint</simpara></listitem> <listitem> <simpara> - set autocommit (see <function>ingres_autocommit</function>). + set autocommit (see <function>ingres_autocommit</function>). </simpara> </listitem> <listitem> @@ -276,7 +276,7 @@ <example> <title><function>ingres_query</function> example</title> <programlisting role="php"> -<?php +<?php ingres_connect ($database, $user, $password); ingres_query ("select * from table"); @@ -317,7 +317,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> For delete, insert or update queries, <function>ingres_num_rows</function> returns the number of rows @@ -370,7 +370,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_num_fields</function> returns the number of fields in the results returned by the Ingres server after a call to @@ -381,7 +381,7 @@ <function>ingres_query</function>, <function>ingres_fetch_array</function>, <function>ingres_fetch_object</function> and - <function>ingres_fetch_row</function>. + <function>ingres_fetch_row</function>. </para> </refsect1> </refentry> @@ -404,7 +404,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_field_name</function> returns the name of a field in a query result, or &false; on failure. @@ -419,7 +419,7 @@ <function>ingres_query</function>, <function>ingres_fetch_array</function>, <function>ingres_fetch_object</function> and - <function>ingres_fetch_row</function>. + <function>ingres_fetch_row</function>. </para> </refsect1> </refentry> @@ -442,7 +442,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_field_type</function> returns the type of a field in a query result, or &false; on failure. @@ -464,7 +464,7 @@ <function>ingres_query</function>, <function>ingres_fetch_array</function>, <function>ingres_fetch_object</function> and - <function>ingres_fetch_row</function>. + <function>ingres_fetch_row</function>. </para> </refsect1> </refentry> @@ -487,7 +487,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_field_nullable</function> returns &true; if the field can be set to the &null; value and &false; if it can't. @@ -502,7 +502,7 @@ <function>ingres_query</function>, <function>ingres_fetch_array</function>, <function>ingres_fetch_object</function> and - <function>ingres_fetch_row</function>. + <function>ingres_fetch_row</function>. </para> </refsect1> </refentry> @@ -525,7 +525,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_field_length</function> returns the length of a field. This is the number of bytes used by the server to store the field. @@ -534,14 +534,14 @@ <para> <parameter>index</parameter> is the number of the field and must be between 1 and the value given by - <function>ingres_num_fields</function>. + <function>ingres_num_fields</function>. </para> <para> See also <function>ingres_query</function>, <function>ingres_fetch_array</function>, <function>ingres_fetch_object</function> and - <function>ingres_fetch_row</function>. + <function>ingres_fetch_row</function>. </para> </refsect1> </refentry> @@ -564,7 +564,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_field_precision</function> returns the precision of a field. This value is used only for decimal, float and money SQL data @@ -574,14 +574,14 @@ <para> <parameter>index</parameter> is the number of the field and must be between 1 and the value given by - <function>ingres_num_fields</function>. + <function>ingres_num_fields</function>. </para> <para> See also <function>ingres_query</function>, <function>ingres_fetch_array</function>, <function>ingres_fetch_object</function> and - <function>ingres_fetch_row</function>. + <function>ingres_fetch_row</function>. </para> </refsect1> </refentry> @@ -604,7 +604,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_field_scale</function> returns the scale of a field. This value is used only for the decimal SQL data type. For detailed @@ -613,14 +613,14 @@ <para> <parameter>index</parameter> is the number of the field and must be between 1 and the value given by - <function>ingres_num_fields</function>. + <function>ingres_num_fields</function>. </para> <para> See also <function>ingres_query</function>, <function>ingres_fetch_array</function>, <function>ingres_fetch_object</function> and - <function>ingres_fetch_row</function>. + <function>ingres_fetch_row</function>. </para> </refsect1> </refentry> @@ -643,7 +643,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_fetch_array</function> Returns an array that corresponds to the fetched row, or &false; if there are no more rows. @@ -682,7 +682,7 @@ <example> <title><function>ingres_fetch_array</function> example</title> <programlisting role="php"> -<?php +<?php ingres_connect ($database, $user, $password); ingres_query ("select * from table"); @@ -702,7 +702,7 @@ <function>ingres_num_fields</function>, <function>ingres_field_name</function>, <function>ingres_fetch_object</function> and - <function>ingres_fetch_row</function>. + <function>ingres_fetch_row</function>. </para> </refsect1> </refentry> @@ -722,7 +722,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_fetch_row</function> returns an array that corresponds to the fetched row, or &false; if there are no more rows. Each result @@ -737,7 +737,7 @@ <example> <title><function>ingres_fetch_row</function> example</title> <programlisting role="php"> -<?php +<?php ingres_connect ($database, $user, $password); ingres_query ("select * from table"); @@ -777,12 +777,12 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_fetch_object</function> Returns an object that corresponds to the fetched row, or &false; if there are no more rows. </para> - <para> + <para> This function is similar to <function>ingres_fetch_array</function>, with one difference - an object is returned, instead of an array. Indirectly, that means @@ -804,7 +804,7 @@ <example> <title><function>ingres_fetch_object</function> example</title> <programlisting role="php"> -<?php +<?php ingres_connect ($database, $user, $password); ingres_query ("select * from table"); while ($row = ingres_fetch_object()) { @@ -821,7 +821,7 @@ <function>ingres_num_fields</function>, <function>ingres_field_name</function>, <function>ingres_fetch_array</function> and - <function>ingres_fetch_row</function>. + <function>ingres_fetch_row</function>. </para> </refsect1> </refentry> @@ -841,10 +841,10 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_rollback</function> rolls back the currently open - transaction, actualy canceling all changes made to the database + transaction, actually canceling all changes made to the database during the transaction. </para> <para> @@ -875,7 +875,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_commit</function> commits the currently open transaction, making all changes made to the database permanent. @@ -913,7 +913,7 @@ </paramdef> </funcprototype> </funcsynopsis> - &warn.experimental.func; + &warn.experimental.func; <para> <function>ingres_autocommit</function> is called before opening a transaction (before the first call to <function>ingres_query</function> @@ -953,4 +953,3 @@ sgml-local-ecat-files:nil End: --> -