add ENUM in cubrid-bind.xml

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329527 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Esen Sagynov 2013-02-21 05:23:08 +00:00
parent 5e3799d317
commit 29238b600d

View file

@ -30,6 +30,10 @@
CUBRID will convert it to string, and use it as the full path and file
name of a file on the client filesystem.
</para>
<para>
If the type of data to be bound explicitly is ENUM, the $bind_value
argument should be the enum element which is in string format.
</para>
</note>
<para>
The following table shows the types of substitute values.
@ -96,6 +100,11 @@
<entry>OBJECT</entry>
<entry>OBJECT</entry>
</row>
<row>
<entry></entry>
<entry>ENUM</entry>
<entry>ENUM</entry>
</row>
<row>
<entry></entry>
<entry>BLOB</entry>