ingres.constants.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 457 行
HTML
457 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Predefined Constants</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="ingres.resources.html">Resource Types</a></div> <div class="next" style="text-align: right; float: right;"><a href="ingres.examples.html">Examples</a></div> <div class="up"><a href="book.ingres.html">Ingres II</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Predefined Constants</h1> <p class="simpara">The constants below are defined by this extension, andwill only be available when the extension has eitherbeen compiled into PHP or dynamically loaded at runtime.</p> <dl> <dt> <span class="term"> <b><tt>INGRES_ASSOC</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Columns are returned into the array having the fieldname as the array index. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_NUM</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_BOTH</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Columns are returned into the array having both a numerical index and the fieldname as the array index. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_EXT_VERSION</tt></b> (<a href="language.types.string.html" class="type string">string</a>) </span> <dd> <span class="simpara"> Specifies the version of the Ingres Extension. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_API_VERSION</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Specifies the version of Ingres OpenAPI the extension was built against. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_CURSOR_READONLY</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Specifies that Ingres cursors should be opened in 'readonly' mode. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_CURSOR_UPDATE</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Specifies that Ingres cursors should be opened 'for update'. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_DATE_MULTINATIONAL</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Equivalent to the II_DATE_FORMAT setting of MULTINATIONAL. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_DATE_MULTINATIONAL4</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Equivalent to the II_DATE_FORMAT setting of MULTINATIONAL4. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_DATE_FINNISH</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Equivalent to the II_DATE_FORMAT setting of FINNISH. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_DATE_ISO</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Equivalent to the II_DATE_FORMAT setting of ISO. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_DATE_ISO4</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Equivalent to the II_DATE_FORMAT setting of ISO4. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_DATE_GERMAN</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Equivalent to the II_DATE_FORMAT setting of GERMAN. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_DATE_MDY</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Equivalent to the II_DATE_FORMAT setting of MDY. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_DATE_DMY</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Equivalent to the II_DATE_FORMAT setting of DMY. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_DATE_YMD</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Equivalent to the II_DATE_FORMAT setting of YMD. Available since version 1.2.0 of the PECL extension. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_MONEY_LEADING</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_MONEY_TRAILING</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_STRUCTURE_BTREE</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_STRUCTURE_CBTREE</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_STRUCTURE_HASH</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_STRUCTURE_CHASH</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="simpara"> Specifies the default table or index structure to COMPRESSED 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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_STRUCTURE_HEAP</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_STRUCTURE_CHEAP</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_STRUCTURE_ISAM</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> <dt> <span class="term"> <b><tt>INGRES_STRUCTURE_CISAM</tt></b> (<a href="language.types.integer.html" class="type integer">integer</a>) </span> <dd> <span class="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. </span> </dd> </dt> </dl></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="ingres.resources.html">Resource Types</a></div> <div class="next" style="text-align: right; float: right;"><a href="ingres.examples.html">Examples</a></div> <div class="up"><a href="book.ingres.html">Ingres II</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?