reference/cubrid/functions/cubrid-lob2-seek64.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -23,16 +23,16 @@
23
23
data can be stored, you can use this function.
24
24
</para>
25
25
<para>
26
-
To set the <parameter>origin</parameter> argument, you can use CUBRID_CURSOR_FIRST
26
+
To set the <parameter>origin</parameter> argument, you can use <constant>CUBRID_CURSOR_FIRST</constant>
27
27
to set the cursor position moving forward <parameter>offset</parameter> units from
28
28
the first beginning. In this case, <parameter>offset</parameter> must be a positive value.
29
29
</para>
30
30
<para>
31
-
If you use CUBRID_CURSOR_CURRENT for <parameter>origin</parameter>, you can move
31
+
If you use <constant>CUBRID_CURSOR_CURRENT</constant> for <parameter>origin</parameter>, you can move
32
32
forward or backward. and <parameter>offset</parameter> can be positive or negative.
33
33
</para>
34
34
<para>
35
-
If you use CUBRID_CURSOR_LAST for <parameter>origin</parameter>, you can move backward
35
+
If you use <constant>CUBRID_CURSOR_LAST</constant> for <parameter>origin</parameter>, you can move backward
36
36
<parameter>offset</parameter> units from the end of LOB object and <parameter>offset</parameter> only can be positive.
37
37
</para>
38
38
<note>
...
...
@@ -74,7 +74,7 @@
74
74
<refsect1 role="returnvalues">
75
75
&reftitle.returnvalues;
76
76
<para>
77
-
&true; if the process is successful and &false; for failure.
77
+
&return.success;
78
78
</para>
79
79
</refsect1>
80
80
81
81