php man page for odbc_statistics

Query: odbc_statistics

OS: php

Section: 3

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

ODBC_STATISTICS(3)							 1							ODBC_STATISTICS(3)

odbc_statistics - Retrieve statistics about a table

SYNOPSIS
resource odbc_statistics (resource $connection_id, string $qualifier, string $owner, string $table_name, int $unique, int $accuracy)
DESCRIPTION
Get statistics about a table and its indexes.
PARAMETERS
o $connection_id -The ODBC connection identifier, see odbc_connect(3) for details. o $qualifier - The qualifier. o $owner - The owner. o $table_name - The table name. o $unique - The unique attribute. o $accuracy - The accuracy.
RETURN VALUES
Returns an ODBC result identifier or FALSE on failure. The result set has the following columns: oTABLE_QUALIFIER oTABLE_OWNER oTABLE_NAME oNON_UNIQUE oINDEX_QUALIFIER oINDEX_NAME oTYPE oSEQ_IN_INDEX oCOLUMN_NAME oCOLLATION oCARDINALITY oPAGES oFILTER_CONDITION The result set is ordered by NON_UNIQUE, TYPE, INDEX_QUALIFIER, INDEX_NAME and SEQ_IN_INDEX. PHP Documentation Group ODBC_STATISTICS(3)
Related Man Pages
db2_table_privileges(3) - php
db2_column_privileges(3) - php
db2_special_columns(3) - php
odbc_prepare(3) - php
odbc_specialcolumns(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!