English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_columnprivileges() function lists the columns and associated permissions of the given table
resource odbc_columnprivileges ( resource $connection_id , string $qualifier , string $owner , string $table_name , string $column_name )
It contains information about the associated permissions of the list column and the given table.
It returns an ODBC result identifier, otherwise it returns false. The result identifier contains information about the column list and related permissions.
Serial number | Parameters and descriptions |
---|---|
1 | connection_id Connection ID information |
2 | qualifier It contains information about the qualifier |
3 | owner It contains information about the owner |
4 | table_name It contains information about the table name |
5 | column_name It contains information about the column_name parameter |