• PHP Video Tutorials

PHP - Function columnprivileges



Syntax

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

Definition and Usage

It has contained information about list columns and associated privileges for the given table.

Return Values

It returns an odbc result identifier or else false on failure.The result identifier contains the information about list of coloumns and associated privileges

Parameters

Sr.No Parameters & Description
1

connection_id

it contains connection id information

2

qualifier

It contained information about qualifier

3

owner

It contained information about owner

4

table_name

It contained information about table name

5

column_name

It contained information about column_name arguments

php_function_reference.htm
Advertisements