From acb7c2d5d8bb677fc4d7c63545720ac092d805af Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sat, 14 Jan 2006 10:22:59 +0000 Subject: [PATCH] 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 --- reference/mysqli/constants.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index c78a249bdc..8350a57aa4 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -263,6 +263,20 @@ Field is defined as DECIMAL + + + MYSQLI_TYPE_NEWDECIMAL + (integer) + + Precision math DECIMAL or NUMERIC field (MySQL 5.0.3 and up) + + + + MYSQLI_TYPE_BIT + (integer) + + Field is defined as BIT (MySQL 5.0.3 and up) + MYSQLI_TYPE_TINY