You should document the availability of these, so that people will not
try to use them in previous versions.

Goba

Grant Croker wrote:
> grantc                Fri Oct  7 12:25:32 2005 EDT
> 
>   Modified files:              
>     /phpdoc/en/reference/ingres-ii    constants.xml 
>   Log:
>   Add new constants
>   
> http://cvs.php.net/diff.php/phpdoc/en/reference/ingres-ii/constants.xml?r1=1.3&r2=1.4&ty=u
> Index: phpdoc/en/reference/ingres-ii/constants.xml
> diff -u phpdoc/en/reference/ingres-ii/constants.xml:1.3 
> phpdoc/en/reference/ingres-ii/constants.xml:1.4
> --- phpdoc/en/reference/ingres-ii/constants.xml:1.3   Wed May 28 19:03:08 2003
> +++ phpdoc/en/reference/ingres-ii/constants.xml       Fri Oct  7 12:25:31 2005
> @@ -1,5 +1,5 @@
>  <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.3 $ -->
> +<!-- $Revision: 1.4 $ -->
>  <section id="ingres.constants">
>   &reftitle.constants;
>   &extension.constants;
> @@ -11,7 +11,7 @@
>     </term>
>     <listitem>
>      <simpara>
> -     
> +      Columns are returned into the array having the fieldname as the array 
> index.
>      </simpara>
>     </listitem>
>    </varlistentry>
> @@ -22,7 +22,7 @@
>     </term>
>     <listitem>
>      <simpara>
> -     
> +      Columns are returned into the array having a numerical index to the 
> fields. This index starts with 1, the first field in the result.
>      </simpara>
>     </listitem>
>    </varlistentry>
> @@ -33,10 +33,182 @@
>     </term>
>     <listitem>
>      <simpara>
> -     
> +      Columns are returned into the array having both a numerical index and 
> the fieldname as the array index. 
>      </simpara>
>     </listitem>
>    </varlistentry>
> +    <varlistentry>
> +   <term>
> +    <constant>INGRES_EXT_VERSION</constant> 
> +    (<type>string</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Specifies the version of the Ingres Extension.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_API_VERSION</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Specifies the version of Ingres OpenAPI the extension was built against.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_CURSOR_READONLY</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +      Specifies that Ingres cursors should be opened in 'readonly' mode.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_CURSOR_UPDATE</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +      Specifies that Ingres cursors should be opened 'for update'.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_DATE_MULTINATIONAL</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Equivalent to the II_DATE_FORMAT setting of MULTINATIONAL.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_DATE_MULTINATIONAL4</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Equivalent to the II_DATE_FORMAT setting of MULTINATIONAL4.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_DATE_FINNISH</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Equivalent to the II_DATE_FORMAT setting of FINNISH.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_DATE_ISO</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Equivalent to the II_DATE_FORMAT setting of ISO.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_DATE_ISO4</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Equivalent to the II_DATE_FORMAT setting of ISO4.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_DATE_GERMAN</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Equivalent to the II_DATE_FORMAT setting of GERMAN.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_DATE_MDY</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Equivalent to the II_DATE_FORMAT setting of MDY.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> + </variablelist>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_DATE_DMY</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Equivalent to the II_DATE_FORMAT setting of DMY.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> + </variablelist>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_DATE_YMD</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Equivalent to the II_DATE_FORMAT setting of YMD.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> + </variablelist>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_MONEY_LEADING</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Speifies the currency character should be placed a the start of a money
> +     value. Equivalent to setting II_MONEY_FORMAT to 'L:'.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> + </variablelist>
> +  <varlistentry>
> +   <term>
> +    <constant>INGRES_MONEY_TRAILING</constant> 
> +    (<type>integer</type>)
> +   </term>
> +   <listitem>
> +    <simpara>
> +     Speifies the currency character should be placed a the end of a money
> +     value. Equivalent to setting II_MONEY_FORMAT to 'T:'.
> +    </simpara>
> +   </listitem>
> +  </varlistentry>
> + </variablelist>
>   </variablelist>
>  </section>
>  
> @@ -56,4 +228,7 @@
>  sgml-local-catalogs:nil
>  sgml-local-ecat-files:nil
>  End:
> +vim600: syn=xml fen fdm=syntax fdl=2 si
> +vim: et tw=78 syn=sgml
> +vi: ts=1 sw=1
>  -->
> 

Reply via email to