[Perl][PHP][Manual] The bind_param() must contain a bind_type when we bind a variable with a shard sql

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331130 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Esen Sagynov 2013-08-15 07:42:32 +00:00
parent c538876b79
commit 5371b9cb57

View file

@ -34,6 +34,10 @@
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>
<para>
In CUBRID shard envrioment, the $bind_value_type must be included in
the cubrid_bind function.
</para>
</note>
<para>
The following table shows the types of substitute values.