reference/ibm_db2/functions/db2-columns.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -13,10 +13,10 @@
13
13
<methodsynopsis>
14
14
<type>resource</type><methodname>db2_columns</methodname>
15
15
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
16
-
<methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
17
-
<methodparam choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
18
-
<methodparam choice="opt"><type>string</type><parameter>table-name</parameter></methodparam>
19
-
<methodparam choice="opt"><type>string</type><parameter>column-name</parameter></methodparam>
16
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>qualifier</parameter><initializer>&null;</initializer></methodparam>
17
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>schema</parameter><initializer>&null;</initializer></methodparam>
18
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>table_name</parameter><initializer>&null;</initializer></methodparam>
19
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>column_name</parameter><initializer>&null;</initializer></methodparam>
20
20
</methodsynopsis>
21
21

22
22
<para>
...
...
@@ -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 or view. To match all tables in the database,
...
...
@@ -65,7 +65,7 @@
65
65
</listitem>
66
66
</varlistentry>
67
67
<varlistentry>
68
-
<term><parameter>column-name</parameter></term>
68
+
<term><parameter>column_name</parameter></term>
69
69
<listitem>
70
70
<para>
71
71
The name of the column. To match all columns in the table, pass &null;
...
...
@@ -240,7 +240,6 @@ Use the PEAR Coding Standards
240
240
</refsect1>
241
241

242
242
</refentry>
243
-

244
243
<!-- Keep this comment at the end of the file
245
244
Local variables:
246
245
mode: sgml
247
246