PHP - 函式 columnprivileges



語法

resource odbc_columnprivileges ( resource $connection_id ,
   string $qualifier , string $owner , string $table_name , string $column_name )

定義和用法

它包含有關列列表和給定表的相關許可權的資訊。

返回值

它返回一個ODBC結果識別符號,或者在失敗時返回false。結果識別符號包含有關列列表和相關許可權的資訊。

引數

序號 引數和描述
1

connection_id

它包含連線ID資訊。

2

qualifier

它包含有關限定符的資訊。

3

owner

它包含有關所有者的資訊。

4

table_name

它包含有關表名資訊。

5

column_name

它包含有關column_name引數的資訊。

php_function_reference.htm
廣告