reference/cubrid/functions/cubrid-current-oid.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -17,7 +17,7 @@
17
17
The <function>cubrid_current_oid</function> function is used to get the
18
18
oid of the current cursor location from the query result. To use
19
19
<function>cubrid_current_oid</function>, the query executed must be a
20
-
updatable query, and the CUBRID_INCLUDE_OID option must be included during
20
+
updatable query, and the <constant>CUBRID_INCLUDE_OID</constant> option must be included during
21
21
the query execution.
22
22
</para>
23
23
</refsect1>
...
...
@@ -37,10 +37,7 @@
37
37
<refsect1 role="returnvalues">
38
38
&reftitle.returnvalues;
39
39
<para>
40
-
Oid of current cursor location, when process is successful
41
-
</para>
42
-
<para>
43
-
&false;, when process is unsuccessful.
40
+
Oid of current cursor location, when process is successful,&return.falseforfailure;.
44
41
</para>
45
42
</refsect1>
46
43

47
44