documented new field types NEW_DECIMAL AND BIT

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205213 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Georg Richter 2006-01-14 10:22:59 +00:00
parent b203243154
commit acb7c2d5d8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<section id='mysqli.constants'>
&reftitle.constants;
@ -263,6 +263,20 @@
</entry>
<entry>Field is defined as <literal>DECIMAL</literal></entry>
</row>
<row>
<entry>
<constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_NEWDECIMAL</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>Precision math <literal>DECIMAL</literal> or <literal>NUMERIC</literal> field (MySQL 5.0.3 and up)</entry>
</row>
<row>
<entry>
<constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_BIT</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>Field is defined as <literal>BIT</literal> (MySQL 5.0.3 and up)</entry>
</row>
<row>
<entry>
<constant id='constantmysqli-type-tiny'>MYSQLI_TYPE_TINY</constant>