reference/ibm_db2/functions/db2-primary-keys.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -13,9 +13,9 @@
13
13
<methodsynopsis>
14
14
<type>resource</type><methodname>db2_primary_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
<para>
...
...
@@ -55,7 +55,7 @@
55
55
</listitem>
56
56
</varlistentry>
57
57
<varlistentry>
58
-
<term><parameter>table-name</parameter></term>
58
+
<term><parameter>table_name</parameter></term>
59
59
<listitem>
60
60
<para>
61
61
The name of the table.
...
...
@@ -165,7 +165,6 @@ Use the PEAR Coding Standards
165
165

166
166

167
167
</refentry>
168
-

169
168
<!-- Keep this comment at the end of the file
170
169
Local variables:
171
170
mode: sgml
172
171