reference/ibm_db2/functions/db2-procedure-columns.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -13,10 +13,10 @@
13
13
<methodsynopsis>
14
14
<type>resource</type><methodname>db2_procedure_columns</methodname>
15
15
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
16
-
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
16
+
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>qualifier</parameter></methodparam>
17
17
<methodparam><type>string</type><parameter>schema</parameter></methodparam>
18
18
<methodparam><type>string</type><parameter>procedure</parameter></methodparam>
19
-
<methodparam><type>string</type><parameter>parameter</parameter></methodparam>
19
+
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>parameter</parameter></methodparam>
20
20
</methodsynopsis>
21
21

22
22
<para>
...
...
@@ -280,7 +280,6 @@ Use the PEAR Coding Standards
280
280

281
281

282
282
</refentry>
283
-

284
283
<!-- Keep this comment at the end of the file
285
284
Local variables:
286
285
mode: sgml
287
286