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