From 44edcd5392b329227f2ac75856816b9786cdad60 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 21 Apr 2005 01:02:04 +0000 Subject: [PATCH] Stab at db2_column_privileges and db2_columns functions. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184794 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/db2-column-privileges.xml | 172 +++++++------ reference/ibm_db2/functions/db2-columns.xml | 232 ++++++++++++------ 2 files changed, 255 insertions(+), 149 deletions(-) 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 - - - - - - - - - - -