[PHP-DOC] cvs: phpdoc /en/functions sesam.xml From: Egon Schmid (eschmid <email protected>)
Date: 10/07/01

eschmid Sun Oct 7 13:39:57 2001 EDT

  Modified files:
    /phpdoc/en/functions sesam.xml
  Log:
  Another error an I hope the last.
  
Index: phpdoc/en/functions/sesam.xml
diff -u phpdoc/en/functions/sesam.xml:1.12 phpdoc/en/functions/sesam.xml:1.13
--- phpdoc/en/functions/sesam.xml:1.12 Sun Oct 7 13:10:37 2001
+++ phpdoc/en/functions/sesam.xml Sun Oct 7 13:39:57 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
  <reference id="ref.sesam">
   <title>SESAM database functions</title>
   <titleabbrev>SESAM</titleabbrev>
@@ -1476,110 +1476,116 @@
           column(<literal>col</literal>), where <literal>col</literal>
           is between 0 and <literal>$arr["count"]-1</literal>. The
           returned value can be one of
- <itemizedlist>
- <listitem>
- <simpara><type>integer</type></simpara>
- </listitem>
- <listitem>
- <simpara><type>float</type></simpara>
- </listitem>
- <listitem>
- <simpara><type>string</type></simpara>
- </listitem>
- </itemizedlist>
- depending on the SQL type of the result. SESAM "multiple fields"
- are "inlined" and treated like the respective number of columns,
- each with the same php type.
- </entry>
- </row>
- <row>
- <entry>string $arr[col]["sqltype"]</entry>
- <entry>
- SQL variable type of the column data for
- column(<literal>col</literal>), where <literal>col</literal> is
- between 0 and <literal>$arr["count"]-1</literal>. The returned
- value can be one of
- <itemizedlist>
- <listitem>
- <simpara>"CHARACTER"</simpara>
- </listitem>
- <listitem>
- <simpara>"VARCHAR"</simpara>
- </listitem>
- <listitem>
- <simpara>"NUMERIC"</simpara>
- </listitem>
- <listitem>
- <simpara>"DECIMAL"</simpara>
- </listitem>
- <listitem>
- <simpara>"INTEGER"</simpara>
- </listitem>
- <listitem>
- <simpara>"SMALLINT"</simpara>
- </listitem>
- <listitem>
- <simpara>"FLOAT"</simpara>
- </listitem>
- <listitem>
- <simpara>"REAL"</simpara>
- </listitem>
- <listitem>
- <simpara>"DOUBLE"</simpara>
- </listitem>
- <listitem>
- <simpara>"DATE"</simpara>
- </listitem>
- <listitem>
- <simpara>"TIME"</simpara>
- </listitem>
- <listitem>
- <simpara>"TIMESTAMP"</simpara>
- </listitem>
- </itemizedlist>
- describing the SQL type of the result. SESAM "multiple fields"
- are "inlined" and treated like the respective number of columns,
- each with the same SQL type.
- </entry>
- </row>
- <row>
- <entry>string $arr[col]["length"]</entry>
- <entry>
- The SQL "length" attribute of the SQL variable in
- column(<literal>col</literal>), where <literal>col</literal> is
- between 0 and <literal>$arr["count"]-1</literal>. The "length"
- attribute is used with "CHARACTER" and "VARCHAR" SQL types to
- specify the (maximum) length of the string variable. SESAM
- "multiple fields" are "inlined" and treated like the respective
- number of columns, each with the same length attribute.
- </entry>
- </row>
- <row>
- <entry>string $arr[col]["precision"]</entry>
- <entry>
- The "precision" attribute of the SQL variable in
- column(<literal>col</literal>), where <literal>col</literal> is
- between 0 and <literal>$arr["count"]-1</literal>. The
- "precision" attribute is used with numeric and time data types.
- SESAM "multiple fields" are "inlined" and treated like the
- respective number of columns, each with the same precision
- attribute.
- </entry>
- </row>
- <row>
- <entry>string $arr[col]["scale"]</entry>
- <entry>
- The "scale" attribute of the SQL variable in
- column(<literal>col</literal>), where <literal>col</literal> is
- between 0 and <literal>$arr["count"]-1</literal>. The "scale"
- attribute is used with numeric data types. SESAM "multiple
- fields" are "inlined" and treated like the respective number of
- columns, each with the same scale attribute.
- </entry>
- </row>
- </tbody>
- </tgroup>
- </table>
+ <msgtext>
+ <itemizedlist>
+ <listitem>
+ <simpara><type>integer</type></simpara>
+ </listitem>
+ <listitem>
+ <simpara><type>float</type></simpara>
+ </listitem>
+ <listitem>
+ <simpara><type>string</type></simpara>
+ </listitem>
+ </itemizedlist>
+ </msgtext>
+ depending on the SQL type of the result. SESAM "multiple
+ fields" are "inlined" and treated like the respective number
+ of columns, each with the same php type.
+ </entry>
+ </row>
+ <row>
+ <entry>string $arr[col]["sqltype"]</entry>
+ <entry>
+ SQL variable type of the column data for
+ column(<literal>col</literal>), where <literal>col</literal>
+ is between 0 and <literal>$arr["count"]-1</literal>. The
+ returned value can be one of
+ <msgtext>
+ <itemizedlist>
+ <listitem>
+ <simpara>"CHARACTER"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"VARCHAR"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"NUMERIC"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"DECIMAL"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"INTEGER"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"SMALLINT"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"FLOAT"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"REAL"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"DOUBLE"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"DATE"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"TIME"</simpara>
+ </listitem>
+ <listitem>
+ <simpara>"TIMESTAMP"</simpara>
+ </listitem>
+ </itemizedlist>
+ </msgtext>
+ describing the SQL type of the result. SESAM "multiple
+ fields" are "inlined" and treated like the respective number
+ of columns, each with the same SQL type.
+ </entry>
+ </row>
+ <row>
+ <entry>string $arr[col]["length"]</entry>
+ <entry>
+ The SQL "length" attribute of the SQL variable in
+ column(<literal>col</literal>), where <literal>col</literal>
+ is between 0 and <literal>$arr["count"]-1</literal>. The
+ "length" attribute is used with "CHARACTER" and "VARCHAR"
+ SQL types to specify the (maximum) length of the string
+ variable. SESAM "multiple fields" are "inlined" and treated
+ like the respective number of columns, each with the same
+ length attribute.
+ </entry>
+ </row>
+ <row>
+ <entry>string $arr[col]["precision"]</entry>
+ <entry>
+ The "precision" attribute of the SQL variable in
+ column(<literal>col</literal>), where <literal>col</literal>
+ is between 0 and <literal>$arr["count"]-1</literal>. The
+ "precision" attribute is used with numeric and time data
+ types. SESAM "multiple fields" are "inlined" and treated
+ like the respective number of columns, each with the same
+ precision attribute.
+ </entry>
+ </row>
+ <row>
+ <entry>string $arr[col]["scale"]</entry>
+ <entry>
+ The "scale" attribute of the SQL variable in
+ column(<literal>col</literal>), where <literal>col</literal>
+ is between 0 and <literal>$arr["count"]-1</literal>. The
+ "scale" attribute is used with numeric data types. SESAM
+ "multiple fields" are "inlined" and treated like the
+ respective number of columns, each with the same scale
+ attribute.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
     </para>
     <para>
      See the <function>sesam_query</function> function for an example