reference/ibm_db2/functions/db2-num-rows.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -11,7 +11,7 @@
11
11
<refsect1 role="description">
12
12
&reftitle.description;
13
13
<methodsynopsis>
14
-
<type>int</type><methodname>db2_num_rows</methodname>
14
+
<type class="union"><type>int</type><type>false</type></type><methodname>db2_num_rows</methodname>
15
15
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
16
16
</methodsynopsis>
17
17

...
...
@@ -42,7 +42,7 @@
42
42
cursors significantly degrades the performance of your application, so if
43
43
this is the only reason you are considering using scrollable cursors,
44
44
you should use a forward-only cursor and either call SELECT COUNT(*) or
45
-
rely on the <type>boolean</type> return value of the fetch functions to
45
+
rely on the <type>bool</type> return value of the fetch functions to
46
46
achieve the equivalent functionality with much better performance.
47
47
</para>
48
48
</note>
...
...
@@ -67,7 +67,7 @@
67
67
&reftitle.returnvalues;
68
68
<para>
69
69
Returns the number of rows affected by the last SQL statement issued by
70
-
the specified statement handle.
70
+
the specified statement handle,&return.falseforfailure;
71
71
</para>
72
72
</refsect1>
73
73

...
...
@@ -117,7 +117,6 @@ Use the PEAR Coding Standards
117
117

118
118

119
119
</refentry>
120
-

121
120
<!-- Keep this comment at the end of the file
122
121
Local variables:
123
122
mode: sgml
124
123