odbc_tableprivileges(3) php man page | unix.com

Man Page: odbc_tableprivileges

Operating Environment: php

Section: 3

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_table_privileges(3) - php
db2_statistics(3) - php
odbc_foreignkeys(3) - php
odbc_procedurecolumns(3) - php
odbc_tables(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!