reference/cubrid/functions/cubrid-move-cursor.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -20,18 +20,18 @@
20
20
current cursor location of <parameter>req_identifier</parameter> by the
21
21
value set in the <parameter>offset</parameter> argument, to the direction
22
22
set in the <parameter>origin</parameter> argument. To set the
23
-
<parameter>origin</parameter> argument, you can use CUBRID_CURSOR_FIRST
24
-
for the first part of the result, CUBRID_CURSOR_CURRENT for the current
25
-
location of the result, or CUBRID_CURSOR_LAST for the last part of the
26
-
result. If <parameter>origin</parameter> argument is not explicitly
27
-
designated, then the function uses CUBRID_CURSOR_CURRENT as its default
23
+
<parameter>origin</parameter> argument, you can use <constant>CUBRID_CURSOR_FIRST</constant>
24
+
for the first part of the result, <constant>CUBRID_CURSOR_CURRENT</constant> for the current
25
+
location of the result, or <constant>CUBRID_CURSOR_LAST</constant> for the last part of the
26
+
result. If <parameter>origin</parameter> argument is not explicitly
27
+
designated, then the function uses <constant>CUBRID_CURSOR_CURRENT</constant> as its default
28
28
value.
29
29
</para>
30
30
<para>
31
31
If the value of cursor movement range goes over the valid limit, then the
32
32
cursor moves to the next location after the valid range for the cursor.
33
33
For example, if you move 20 units in the result with the size of 10, then
34
-
the cursor will move to 11th place and return CUBRID_NO_MORE_DATA.
34
+
the cursor will move to 11th place and return <constant>CUBRID_NO_MORE_DATA</constant>.
35
35
</para>
36
36
</refsect1>
37
37

...
...
@@ -49,7 +49,7 @@
49
49
</varlistentry>
50
50
<varlistentry>
51
51
<term><parameter>origin</parameter></term>
52
-
<listitem><para>Location where you want to move the cursor from CUBRID_CURSOR_FIRST, CUBRID_CURSOR_CURRENT, CUBRID_CURSOR_LAST.</para></listitem>
52
+
<listitem><para>Location where you want to move the cursor from <constant>CUBRID_CURSOR_FIRST</constant>, <constant>CUBRID_CURSOR_CURRENT</constant>, <constant>CUBRID_CURSOR_LAST</constant>.</para></listitem>
53
53
</varlistentry>
54
54
</variablelist>
55
55
</para>
...
...
@@ -58,10 +58,7 @@
58
58
<refsect1 role="returnvalues">
59
59
&reftitle.returnvalues;
60
60
<para>
61
-
&true;, when process is successful.
62
-
</para>
63
-
<para>
64
-
&false;, when process is unsucceful.
61
+
&return.success;
65
62
</para>
66
63
</refsect1>
67
64

68
65