|
db2_column_privilegesReturns a result set listing the columns and associated privileges for a table Description
resource db2_column_privileges(
resource $connection,stringnull $qualifier = null,stringnull $schema = null,stringnull $table_name = null,stringnull $column_name = null) Returns a result set listing the columns and associated privileges for a table. Parameters
Return ValuesReturns a statement resource with a result set containing rows describing the column privileges for columns matching the specified parameters. The rows are composed of the following columns:
See Also
|