php man page for odbc_tableprivileges

Query: odbc_tableprivileges

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ODBC_TABLEPRIVILEGES(3) 						 1						   ODBC_TABLEPRIVILEGES(3)

odbc_tableprivileges - Lists tables and the privileges associated with each table

SYNOPSIS
resource odbc_tableprivileges (resource $connection_id, string $qualifier, string $owner, string $name)
DESCRIPTION
Lists tables in the requested range and the privileges associated with each table.
PARAMETERS
o $connection_id -The ODBC connection identifier, see odbc_connect(3) for details. o $qualifier - The qualifier. o $owner - The owner. Accepts the following search patterns: ('%' to match zero or more characters and '_' to match a single character) o $name - The name. Accepts the following search patterns: ('%' to match zero or more characters and '_' to match a single character)
RETURN VALUES
An ODBC result identifier or FALSE on failure. The result set has the following columns: oTABLE_QUALIFIER oTABLE_OWNER oTABLE_NAME oGRANTOR oGRANTEE oPRIVILEGE oIS_GRANTABLE The result set is ordered by TABLE_QUALIFIER, TABLE_OWNER and TABLE_NAME. PHP Documentation Group ODBC_TABLEPRIVILEGES(3)
Related Man Pages
db2_procedures(3) - php
db2_table_privileges(3) - php
db2_primary_keys(3) - php
odbc_procedurecolumns(3) - php
odbc_specialcolumns(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!