reference/cubrid/functions/cubrid-execute.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -35,10 +35,10 @@
35
35
<para>
36
36
The <parameter>option</parameter> is used to determine whether to get OID
37
37
after query execution and whether to execute the query in synchronous or
38
-
asynchronous mode. CUBRID_INCLUDE_OID and CUBRID_ASYNC (or
39
-
CUBRID_EXEC_QUERY_ALL if you want to execute multiple SQL statements) can
38
+
asynchronous mode. <constant>CUBRID_INCLUDE_OID</constant> and <constant>CUBRID_ASYNC</constant> (or
39
+
<constant>CUBRID_EXEC_QUERY_ALL</constant> if you want to execute multiple SQL statements) can
40
40
be specified by using a bitwise OR operator. If not specified, neither of
41
-
them isselected. If the flag CUBRID_EXEC_QUERY_ALL is set, a synchronous
41
+
them isselected. If the flag <constant>CUBRID_EXEC_QUERY_ALL</constant> is set, a synchronous
42
42
mode (sync_mode) is used to retrieve query results, and in such cases the
43
43
following rules are applied:
44
44
</para>
...
...
@@ -64,7 +64,7 @@
64
64
<para>
65
65
If the first argument is <parameter>request_identifier</parameter> to
66
66
execute the <function>cubrid_prepare</function> function, you can specify
67
-
an option, CUBRID_ASYNC only.
67
+
an option, <constant>CUBRID_ASYNC</constant> only.
68
68
</para>
69
69
</refsect1>
70
70

...
...
@@ -82,7 +82,7 @@
82
82
</varlistentry>
83
83
<varlistentry>
84
84
<term><parameter>option</parameter></term>
85
-
<listitem><para>Query execution option CUBRID_INCLUDE_OID, CUBRID_ASYNC, CUBRID_EXEC_QUERY_ALL.</para></listitem>
85
+
<listitem><para>Query execution option <constant>CUBRID_INCLUDE_OID</constant>, <constant>CUBRID_ASYNC</constant>, <constant>CUBRID_EXEC_QUERY_ALL</constant>.</para></listitem>
86
86
</varlistentry>
87
87
<varlistentry>
88
88
<term><parameter>request_identifier</parameter></term>
...
...
@@ -97,10 +97,7 @@
97
97
<para>
98
98
Request identifier, when process is successful and first param is
99
99
conn_identifier; &true;, when process is successful and first argument is
100
-
request_identifier.
101
-
</para>
102
-
<para>
103
-
&false;, when process is unsuccessful.
100
+
request_identifier,&return.falseforfailure;.
104
101
</para>
105
102
</refsect1>
106
103

...
...
@@ -119,7 +116,7 @@
119
116
<row>
120
117
<entry>8.4.0</entry>
121
118
<entry>
122
-
Add new option CUBRID_EXEC_QUERY_ALL.
119
+
Add new option <constant>CUBRID_EXEC_QUERY_ALL</constant>.
123
120
</entry>
124
121
</row>
125
122
</tbody>
126
123