odbc_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参数的信息 |