diff --git a/reference/ibm_db2/functions/db2-column-privileges.xml b/reference/ibm_db2/functions/db2-column-privileges.xml index c487d25609..f40e02a42f 100644 --- a/reference/ibm_db2/functions/db2-column-privileges.xml +++ b/reference/ibm_db2/functions/db2-column-privileges.xml @@ -1,5 +1,5 @@ - + @@ -170,6 +170,7 @@ Use the PEAR Coding Standards db2_columns + db2_foreign_keys db2_primary_keys db2_procedure_columns db2_procedures diff --git a/reference/ibm_db2/functions/db2-columns.xml b/reference/ibm_db2/functions/db2-columns.xml index 143d7061b1..b0fe9707a0 100644 --- a/reference/ibm_db2/functions/db2-columns.xml +++ b/reference/ibm_db2/functions/db2-columns.xml @@ -1,5 +1,5 @@ - + @@ -228,6 +228,7 @@ Use the PEAR Coding Standards db2_column_privileges + db2_foreign_keys db2_primary_keys db2_procedure_columns db2_procedures diff --git a/reference/ibm_db2/functions/db2-foreign-keys.xml b/reference/ibm_db2/functions/db2-foreign-keys.xml index a5ae61b287..4a8eec413b 100644 --- a/reference/ibm_db2/functions/db2-foreign-keys.xml +++ b/reference/ibm_db2/functions/db2-foreign-keys.xml @@ -1,5 +1,5 @@ - + @@ -14,12 +14,15 @@ resourcedb2_foreign_keys resourceconnection stringqualifier - stringowner - stringtable_name - stringcolumn_name + stringschema + stringtable-name - &warn.undocumented.func; + &warn.experimental.func; + + + Returns a result set listing the foreign keys for a table. + @@ -28,89 +31,139 @@ 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 - - - - - column_name - - - Its description - - - + table-name + + + The name of the table. To match all tables in the database, 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-primary-keys.xml b/reference/ibm_db2/functions/db2-primary-keys.xml index 2d637de255..f8157e3b7c 100644 --- a/reference/ibm_db2/functions/db2-primary-keys.xml +++ b/reference/ibm_db2/functions/db2-primary-keys.xml @@ -1,5 +1,5 @@ - + @@ -14,12 +14,14 @@ resourcedb2_primary_keys resourceconnection stringqualifier - stringowner - stringtable_name - stringcolumn_name + stringschema + stringtable-name - &warn.undocumented.func; + &warn.experimental.func; + + Returns a result set listing the primary keys for a table. + @@ -28,89 +30,91 @@ 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 - - - - - column_name - - - Its description - - - + table-name + + + The name of the table. To match all tables in the database, pass &null; + or an empty string. + + + &reftitle.returnvalues; - What the function returns, first on success, then on failure. See - also the &return.success; entity - - - - - - - - - -