From b66d828fc1d60deb319f673b7ba889a0c066e39e Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 20 May 2008 15:53:37 +0000 Subject: [PATCH] finished new doc style, and greatly reduced the refpurpose size git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260054 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../uodbc/functions/odbc-foreignkeys.xml | 80 +++++++++++++++++-- 1 file changed, 75 insertions(+), 5 deletions(-) diff --git a/reference/uodbc/functions/odbc-foreignkeys.xml b/reference/uodbc/functions/odbc-foreignkeys.xml index 29b10c26f7..082557478c 100644 --- a/reference/uodbc/functions/odbc-foreignkeys.xml +++ b/reference/uodbc/functions/odbc-foreignkeys.xml @@ -1,9 +1,9 @@ - + odbc_foreignkeys - Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table + Retrieves a list of foreign keys @@ -19,9 +19,78 @@ stringfk_table - odbc_foreignkeys retrieves information about - foreign keys. Returns an ODBC result identifier or - &false; on failure. + Retrieves a list of foreign keys in the specified table or a list of + foreign keys in other tables that refer to the primary key in the + specified table + + + + + &reftitle.parameters; + + + + connection_id + + &odbc.connection.id; + + + + pk_qualifier + + + The primary key qualifier. + + + + + pk_owner + + + The primary key owner. + + + + + pk_table + + + The primary key table. + + + + + fk_qualifier + + + The foreign key qualifier. + + + + + fk_owner + + + The foreign key owner. + + + + + fk_table + + + The foreign key table. + + + + + + + + + &reftitle.returnvalues; + + Returns an ODBC result identifier or &false; on failure. The result set has the following columns: @@ -62,6 +131,7 @@ pk_table. This should be one key at most. +