2002-07-20 13:08:17 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-12-23 18:42:15 +00:00
|
|
|
<!-- $Revision: 1.12 $ -->
|
|
|
|
<appendix xml:id="ingres.constants" xmlns="http://docbook.org/ns/docbook">
|
2002-07-20 13:08:17 +00:00
|
|
|
&reftitle.constants;
|
|
|
|
&extension.constants;
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_ASSOC</constant>
|
2003-05-28 23:03:10 +00:00
|
|
|
(<type>integer</type>)
|
2002-07-20 13:08:17 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:25:31 +00:00
|
|
|
Columns are returned into the array having the fieldname as the array index.
|
2002-07-20 13:08:17 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_NUM</constant>
|
2003-05-28 23:03:10 +00:00
|
|
|
(<type>integer</type>)
|
2002-07-20 13:08:17 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:25:31 +00:00
|
|
|
Columns are returned into the array having a numerical index to the fields. This index starts with 1, the first field in the result.
|
2002-07-20 13:08:17 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_BOTH</constant>
|
2003-05-28 23:03:10 +00:00
|
|
|
(<type>integer</type>)
|
2002-07-20 13:08:17 +00:00
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:25:31 +00:00
|
|
|
Columns are returned into the array having both a numerical index and the fieldname as the array index.
|
2002-07-20 13:08:17 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-10-07 16:25:31 +00:00
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_EXT_VERSION</constant>
|
|
|
|
(<type>string</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Specifies the version of the Ingres Extension. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_API_VERSION</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Specifies the version of Ingres OpenAPI the extension was built against. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_CURSOR_READONLY</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Specifies that Ingres cursors should be opened in 'readonly' mode. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_CURSOR_UPDATE</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Specifies that Ingres cursors should be opened 'for update'. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_DATE_MULTINATIONAL</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Equivalent to the II_DATE_FORMAT setting of MULTINATIONAL. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_DATE_MULTINATIONAL4</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Equivalent to the II_DATE_FORMAT setting of MULTINATIONAL4. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_DATE_FINNISH</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Equivalent to the II_DATE_FORMAT setting of FINNISH. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_DATE_ISO</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Equivalent to the II_DATE_FORMAT setting of ISO. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_DATE_ISO4</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Equivalent to the II_DATE_FORMAT setting of ISO4. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_DATE_GERMAN</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Equivalent to the II_DATE_FORMAT setting of GERMAN. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_DATE_MDY</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Equivalent to the II_DATE_FORMAT setting of MDY. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_DATE_DMY</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Equivalent to the II_DATE_FORMAT setting of DMY. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_DATE_YMD</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-07 16:59:33 +00:00
|
|
|
Equivalent to the II_DATE_FORMAT setting of YMD. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_MONEY_LEADING</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-27 01:05:31 +00:00
|
|
|
Specifies the currency character that should be placed at the start of a money
|
2005-10-07 16:59:33 +00:00
|
|
|
value. Equivalent to setting II_MONEY_FORMAT to 'L:'. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_MONEY_TRAILING</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2005-10-27 01:05:31 +00:00
|
|
|
Specifies the currency character that should be placed at the end of a money
|
2005-10-07 16:59:33 +00:00
|
|
|
value. Equivalent to setting II_MONEY_FORMAT to 'T:'. Available since version 1.2.0 of the PECL extension.
|
2005-10-07 16:25:31 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2006-10-25 17:34:56 +00:00
|
|
|
<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
|
|
|
|
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
|
|
</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
|
|
|
|
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
|
|
</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
|
|
|
|
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<constant>INGRES_STRUCTURE_CHASH</constant>
|
|
|
|
(<type>integer</type>)
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2006-10-25 22:41:01 +00:00
|
|
|
Specifies the default table or index structure to COMPRESSED HASH when used in combination with the
|
2006-10-25 17:34:56 +00:00
|
|
|
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
|
|
</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
|
|
|
|
table_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
|
|
</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
|
|
|
|
table_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
|
|
</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
|
|
|
|
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
|
|
</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
|
|
|
|
table_structure or index_structure option when connecting. Available since version 1.4.0 of the PECL extension.
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-10-07 16:25:31 +00:00
|
|
|
</variablelist>
|
2007-12-23 18:42:15 +00:00
|
|
|
</appendix>
|
2002-07-20 13:08:17 +00:00
|
|
|
|
|
|
|
<!-- 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
|
2002-07-20 13:51:22 +00:00
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
2002-07-20 13:08:17 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
2005-10-07 16:25:31 +00:00
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
2002-07-20 13:08:17 +00:00
|
|
|
-->
|