reference/cubrid/functions/cubrid-bind.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -31,12 +31,12 @@
31
31
name of a file on the client filesystem.
32
32
</para>
33
33
<para>
34
-
If the type of data to be bound explicitly is ENUM, the $bind_value
34
+
If the type of data to be bound explicitly is ENUM, the <parameter>bind_value</parameter>
35
35
argument should be the enum element which is in string format.
36
36
</para>
37
37
<para>
38
-
In CUBRID shard envrioment, the $bind_value_type must be included in
39
-
the cubrid_bind function.
38
+
In CUBRID shard envrioment, the <parameter>bind_value_type</parameter> must be included in
39
+
the <function>cubrid_bind</function> function.
40
40
</para>
41
41
</note>
42
42
<para>
...
...
@@ -176,10 +176,7 @@
176
176
<refsect1 role="returnvalues">
177
177
&reftitle.returnvalues;
178
178
<para>
179
-
&true;, when process is successful.
180
-
</para>
181
-
<para>
182
-
&false;, when process is unsuccessful.
179
+
&return.success;
183
180
</para>
184
181
</refsect1>
185
182

186
183