mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
5e3799d317
commit
29238b600d
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue