reference/ibm_db2/functions/db2-foreign-keys.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -13,9 +13,9 @@
13
13
<methodsynopsis>
14
14
<type>resource</type><methodname>db2_foreign_keys</methodname>
15
15
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
16
-
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
17
-
<methodparam><type>string</type><parameter>schema</parameter></methodparam>
18
-
<methodparam><type>string</type><parameter>table-name</parameter></methodparam>
16
+
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>qualifier</parameter></methodparam>
17
+
<methodparam><type class="union"><type>string</type><type>null</type></type><parameter>schema</parameter></methodparam>
18
+
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
19
19
</methodsynopsis>
20
20

21
21

...
...
@@ -56,7 +56,7 @@
56
56
</listitem>
57
57
</varlistentry>
58
58
<varlistentry>
59
-
<term><parameter>table-name</parameter></term>
59
+
<term><parameter>table_name</parameter></term>
60
60
<listitem>
61
61
<para>
62
62
The name of the table.
...
...
@@ -213,7 +213,6 @@ Use the PEAR Coding Standards
213
213
</refsect1>
214
214

215
215
</refentry>
216
-

217
216
<!-- Keep this comment at the end of the file
218
217
Local variables:
219
218
mode: sgml
220
219