mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-26 22:08:55 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
424 lines
14 KiB
XML
424 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<appendix xml:id="ingres.constants" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_ASSOC</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Columns are returned into the array having the fieldname as the array
|
|
index. Used with <function>ingres_fetch_array</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_NUM</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Columns are returned into the array having a numerical index to the
|
|
fields. By default this index starts at 1, the first field in the result.
|
|
To change this value, see <link
|
|
linkend="ini.ingres.array-index-start">ingres.array_index_start</link>.
|
|
Used with <function>ingres_fetch_array</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_BOTH</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Columns are returned into the array having both a numerical index and
|
|
the fieldname as the array index. Used with
|
|
<function>ingres_fetch_array</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_EXT_VERSION</constant>
|
|
(<type>string</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the version of the Ingres Extension. Available since version 1.2.0 of the PECL extension.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_API_VERSION</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the version of Ingres OpenAPI that the extension was built against. Available since version 1.2.0 of the PECL extension.
|
|
</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.
|
|
Available since version 1.2.0 of the PECL extension. Used with <link
|
|
linkend="ini.ingres.cursor-mode">ingres.cursor_mode</link>.
|
|
</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."
|
|
Available since version 1.2.0 of the PECL extension. Used with <link
|
|
linkend="ini.ingres.cursor-mode">ingres.cursor_mode</link>.
|
|
</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. Available
|
|
since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</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. Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</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. Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</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. Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</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. Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</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. Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</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. Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_DATE_DMY</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Equivalent to the II_DATE_FORMAT setting of DMY. Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_DATE_YMD</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Equivalent to the II_DATE_FORMAT setting of YMD. Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_MONEY_LEADING</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the currency character that should be placed at the start of a money
|
|
value. Equivalent to setting II_MONEY_FORMAT to "L:". Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_MONEY_TRAILING</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the currency character that should be placed at the end of a money
|
|
value. Equivalent to setting II_MONEY_FORMAT to "T:". Available since version 1.2.0 of the PECL extension.
|
|
Used with
|
|
<function>ingres_connect</function>, <function>ingres_pconnect</function>
|
|
and <function>ingres_set_environment</function>. See <link
|
|
linkend="function.ingres-set-environment.options">options</link>
|
|
in <function>ingres_set_environment</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_STRUCTURE_BTREE</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the default table or index structure to BTREE when used in combination with the
|
|
options or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
Used with <function>ingres_connect</function> and
|
|
<function>ingres_pconnect</function>. See <link
|
|
linkend="function.ingres-connect.options">options</link>
|
|
in <function>ingres_connect</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_STRUCTURE_CBTREE</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the default table or index structure to COMPRESSED BTREE when used in combination with the
|
|
options or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
Used with <function>ingres_connect</function> and
|
|
<function>ingres_pconnect</function>. See <link
|
|
linkend="function.ingres-connect.options">options</link>
|
|
in <function>ingres_connect</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_STRUCTURE_HASH</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the default table or index structure to HASH when used in combination with the
|
|
options or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
Used with <function>ingres_connect</function> and
|
|
<function>ingres_pconnect</function>. See <link
|
|
linkend="function.ingres-connect.options">options</link>
|
|
in <function>ingres_connect</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_STRUCTURE_CHASH</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the default table or index structure to COMPRESSED HASH when used in combination with the
|
|
options or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
Used with <function>ingres_connect</function> and
|
|
<function>ingres_pconnect</function>. See <link
|
|
linkend="function.ingres-connect.options">options</link>
|
|
in <function>ingres_connect</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_STRUCTURE_HEAP</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the default table structure to HEAP when used in combination with the
|
|
options option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
Used with <function>ingres_connect</function> and
|
|
<function>ingres_pconnect</function>. See <link
|
|
linkend="function.ingres-connect.options">options</link>
|
|
in <function>ingres_connect</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_STRUCTURE_CHEAP</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the default table structure to COMPRESSED HEAP when used in combination with the
|
|
options option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
Used with <function>ingres_connect</function> and
|
|
<function>ingres_pconnect</function>. See <link
|
|
linkend="function.ingres-connect.options">options</link>
|
|
in <function>ingres_connect</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_STRUCTURE_ISAM</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the default table or index structure to ISAM when used in combination with the
|
|
options or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
Used with <function>ingres_connect</function> and
|
|
<function>ingres_pconnect</function>. See <link
|
|
linkend="function.ingres-connect.options">options</link>
|
|
in <function>ingres_connect</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<constant>INGRES_STRUCTURE_CISAM</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Specifies the default table or index structure to COMPRESSED ISAM when used in combination with the
|
|
options or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
Used with <function>ingres_connect</function> and
|
|
<function>ingres_pconnect</function>. See <link
|
|
linkend="function.ingres-connect.options">options</link>
|
|
in <function>ingres_connect</function>.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</appendix>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
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
|
|
-->
|