reference/ibm_db2/functions/db2-column-privileges.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -13,10 +13,10 @@
13
13
<methodsynopsis>
14
14
<type>resource</type><methodname>db2_column_privileges</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

...
...
@@ -57,7 +57,7 @@
57
57
</listitem>
58
58
</varlistentry>
59
59
<varlistentry>
60
-
<term><parameter>table-name</parameter></term>
60
+
<term><parameter>table_name</parameter></term>
61
61
<listitem>
62
62
<para>
63
63
The name of the table or view. To match all tables in the database,
...
...
@@ -66,7 +66,7 @@
66
66
</listitem>
67
67
</varlistentry>
68
68
<varlistentry>
69
-
<term><parameter>column-name</parameter></term>
69
+
<term><parameter>column_name</parameter></term>
70
70
<listitem>
71
71
<para>
72
72
The name of the column. To match all columns in the table, pass &null;
...
...
@@ -182,7 +182,6 @@ Use the PEAR Coding Standards
182
182
</refsect1>
183
183

184
184
</refentry>
185
-

186
185
<!-- Keep this comment at the end of the file
187
186
Local variables:
188
187
mode: sgml
189
188