reference/cubrid/functions/cubrid-lob2-seek.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -21,16 +21,16 @@
21
21
argument, to the direction set in the <parameter>origin</parameter> argument.
22
22
</para>
23
23
<para>
24
-
To set the <parameter>origin</parameter> argument, you can use CUBRID_CURSOR_FIRST
24
+
To set the <parameter>origin</parameter> argument, you can use <constant>CUBRID_CURSOR_FIRST</constant>
25
25
to set the cursor position moving forward <parameter>offset</parameter> units from
26
26
the first beginning. In this case, <parameter>offset</parameter> must be a positive value.
27
27
</para>
28
28
<para>
29
-
If you use CUBRID_CURSOR_CURRENT for <parameter>origin</parameter>, you can move
29
+
If you use <constant>CUBRID_CURSOR_CURRENT</constant> for <parameter>origin</parameter>, you can move
30
30
forward or backward. and <parameter>offset</parameter> can be positive or negative.
31
31
</para>
32
32
<para>
33
-
If you use CUBRID_CURSOR_LAST for <parameter>origin</parameter>, you can move
33
+
If you use <constant>CUBRID_CURSOR_LAST</constant> for <parameter>origin</parameter>, you can move
34
34
backward <parameter>offset</parameter> units from the end of LOB object and
35
35
<parameter>offset</parameter> only can be positive.
36
36
</para>
...
...
@@ -68,7 +68,7 @@
68
68
<refsect1 role="returnvalues">
69
69
&reftitle.returnvalues;
70
70
<para>
71
-
&true; if the process is successful and &false; for failure.
71
+
&return.success;
72
72
</para>
73
73
</refsect1>
74
74
75
75