odbc_foreignkeys

odbc_foreignkeys

(PHP 4, PHP 5, PHP 7)

odbc_foreignkeysRetrieves a list of foreign keys

Description

resource odbc_foreignkeys ( resource $connection_id , string $pk_qualifier , string $pk_owner , string $pk_table , string $fk_qualifier , string $fk_owner , string $fk_table )

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

Parameters

connection_id
登录查看完整内容