From 9e5a87082f8063942c9e18f31cb2fab0c9f0bc97 Mon Sep 17 00:00:00 2001 From: Grant Croker Date: Fri, 7 Oct 2005 16:25:31 +0000 Subject: [PATCH] Add new constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197882 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ingres-ii/constants.xml | 183 +++++++++++++++++++++++++++++- 1 file changed, 179 insertions(+), 4 deletions(-) diff --git a/reference/ingres-ii/constants.xml b/reference/ingres-ii/constants.xml index 38edc1f818..5a0fb53e46 100644 --- a/reference/ingres-ii/constants.xml +++ b/reference/ingres-ii/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -11,7 +11,7 @@ - + Columns are returned into the array having the fieldname as the array index. @@ -22,7 +22,7 @@ - + Columns are returned into the array having a numerical index to the fields. This index starts with 1, the first field in the result. @@ -33,10 +33,182 @@ - + Columns are returned into the array having both a numerical index and the fieldname as the array index. + + + INGRES_EXT_VERSION + (string) + + + + Specifies the version of the Ingres Extension. + + + + + + INGRES_API_VERSION + (integer) + + + + Specifies the version of Ingres OpenAPI the extension was built against. + + + + + + INGRES_CURSOR_READONLY + (integer) + + + + Specifies that Ingres cursors should be opened in 'readonly' mode. + + + + + + INGRES_CURSOR_UPDATE + (integer) + + + + Specifies that Ingres cursors should be opened 'for update'. + + + + + + INGRES_DATE_MULTINATIONAL + (integer) + + + + Equivalent to the II_DATE_FORMAT setting of MULTINATIONAL. + + + + + + INGRES_DATE_MULTINATIONAL4 + (integer) + + + + Equivalent to the II_DATE_FORMAT setting of MULTINATIONAL4. + + + + + + INGRES_DATE_FINNISH + (integer) + + + + Equivalent to the II_DATE_FORMAT setting of FINNISH. + + + + + + INGRES_DATE_ISO + (integer) + + + + Equivalent to the II_DATE_FORMAT setting of ISO. + + + + + + INGRES_DATE_ISO4 + (integer) + + + + Equivalent to the II_DATE_FORMAT setting of ISO4. + + + + + + INGRES_DATE_GERMAN + (integer) + + + + Equivalent to the II_DATE_FORMAT setting of GERMAN. + + + + + + INGRES_DATE_MDY + (integer) + + + + Equivalent to the II_DATE_FORMAT setting of MDY. + + + + + + + INGRES_DATE_DMY + (integer) + + + + Equivalent to the II_DATE_FORMAT setting of DMY. + + + + + + + INGRES_DATE_YMD + (integer) + + + + Equivalent to the II_DATE_FORMAT setting of YMD. + + + + + + + INGRES_MONEY_LEADING + (integer) + + + + Speifies the currency character should be placed a the start of a money + value. Equivalent to setting II_MONEY_FORMAT to 'L:'. + + + + + + + INGRES_MONEY_TRAILING + (integer) + + + + Speifies the currency character should be placed a the end of a money + value. Equivalent to setting II_MONEY_FORMAT to 'T:'. + + + +
@@ -56,4 +228,7 @@ 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 -->