reference/cubrid/functions/cubrid-next-result.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -16,7 +16,7 @@
16
16
<para>
17
17
The <function>cubrid_next_result</function> function is used to get
18
18
results of next query if multiple SQL statements are executed and
19
-
CUBRID_EXEC_QUERY_ALL flag is set upon
19
+
<constant>CUBRID_EXEC_QUERY_ALL</constant> flag is set upon
20
20
<function>cubrid_execute</function>.
21
21
</para>
22
22
</refsect1>
...
...
@@ -35,8 +35,9 @@
35
35

36
36
<refsect1 role="returnvalues">
37
37
&reftitle.returnvalues;
38
-
<para>&true;, when process is successful.</para>
39
-
<para>&false;, when process is unsuccessful.</para>
38
+
<para>
39
+
&return.success;
40
+
</para>
40
41
</refsect1>
41
42

42
43
<refsect1 role="examples">
43
44