reference/uodbc/functions/odbc-cursor.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>string</type><methodname>odbc_cursor</methodname>
12
-
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
11
+
<type class="union"><type>string</type><type>false</type></type><methodname>odbc_cursor</methodname>
12
+
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Gets the cursorname for the given result_id.
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>result_id</parameter></term>
23
+
<term><parameter>statement</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
The result identifier.
...
...
@@ -33,11 +33,10 @@
33
33
<refsect1 role="returnvalues">
34
34
&reftitle.returnvalues;
35
35
<para>
36
-
Returns the cursor name, as a string.
36
+
Returns the cursor name, as a string, &return.falseforfailure;.
37
37
</para>
38
38
</refsect1>
39
39
</refentry>
40
-

41
40
<!-- Keep this comment at the end of the file
42
41
Local variables:
43
42
mode: sgml
44
43