|
db2_table_privilegesReturns a result set listing the tables and associated privileges in a database Description
resource db2_table_privileges(
resource $connection ,stringnull $qualifier = null ,stringnull $schema = null ,stringnull $table_name = null ) Returns a result set listing the tables and associated privileges in a database. Parameters
Return ValuesReturns a statement resource with a result set containing rows describing the privileges for the tables that match the specified parameters. The rows are composed of the following columns:
See Also
|