diff --git a/reference/ibm_db2/functions/db2-column-privileges.xml b/reference/ibm_db2/functions/db2-column-privileges.xml index aa3882039d..c487d25609 100644 --- a/reference/ibm_db2/functions/db2-column-privileges.xml +++ b/reference/ibm_db2/functions/db2-column-privileges.xml @@ -1,5 +1,5 @@ - + @@ -14,12 +14,17 @@ resourcedb2_column_privileges resourceconnection stringqualifier - stringowner - stringtable_name - stringcolumn_name + stringschema + stringtable-name + stringcolumn-name - &warn.undocumented.func; + &warn.experimental.func; + + + Returns a result set listing the columns and associated privileges for a + table. + @@ -28,89 +33,106 @@ connection - - - Its description - - - + + + A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. + + + qualifier - - - Its description - - - + + + A qualifier for DB2 databases running on OS/390 or z/OS servers. For + other databases, pass &null; or an empty string. + + + - owner - - - Its description - - - + schema + + + The schema which contains the tables. To match all schemas, pass &null; + or an empty string. + + + - table_name - - - Its description - - - + table-name + + + The name of the table or view. To match all tables in the database, + pass &null; or an empty string. + + + - column_name - - - Its description - - - + column-name + + + The name of the column. To match all columns in the table, pass &null; + or an empty string. + + + &reftitle.returnvalues; - What the function returns, first on success, then on failure. See - also the &return.success; entity - - - - - - - - - - - diff --git a/reference/ibm_db2/functions/db2-columns.xml b/reference/ibm_db2/functions/db2-columns.xml index 11d46ad94a..143d7061b1 100644 --- a/reference/ibm_db2/functions/db2-columns.xml +++ b/reference/ibm_db2/functions/db2-columns.xml @@ -1,5 +1,5 @@ - + @@ -14,12 +14,16 @@ resourcedb2_columns resourceconnection stringqualifier - stringowner - stringtable_name - stringcolumn_name + stringschema + stringtable-name + stringcolumn-name - &warn.undocumented.func; + &warn.experimental.func; + + Returns a result set listing the columns and associated metadata for a + table. + @@ -28,89 +32,165 @@ connection - - - Its description - - - + + + A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. + + + - qualifier - - - Its description - - - + qualifier + + + A qualifier for DB2 databases running on OS/390 or z/OS servers. For + other databases, pass &null; or an empty string. + + + - owner - - - Its description - - - + schema + + + The schema which contains the tables. To match all schemas, pass &null; + or an empty string. + + + - table_name - - - Its description - - - + table-name + + + The name of the table or view. To match all tables in the database, + pass &null; or an empty string. + + + - column_name - - - Its description - - - + column-name + + + The name of the column. To match all columns in the table, pass &null; + or an empty string. + + + &reftitle.returnvalues; - What the function returns, first on success, then on failure. See - also the &return.success; entity - - - - - - - - - - -