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 tableSYNOPSISresource odbc_tableprivileges (resource $connection_id, string $qualifier, string $owner, string $name)DESCRIPTIONLists tables in the requested range and the privileges associated with each table.PARAMETERSo $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 VALUESAn 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_column_privileges(3) - php |
db2_statistics(3) - php |
db2_special_columns(3) - php |
odbc_specialcolumns(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Forum Video Tutorial: How to Use Code Tags |
New Code Tags (Syntax Highlighting) |
Status of UNIX.COM Forum Transformation |