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 tableSYNOPSISresource odbc_statistics (resource $connection_id, string $qualifier, string $owner, string $table_name, int $unique, int $accuracy)DESCRIPTIONGet statistics about a table and its indexes.PARAMETERSo $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 VALUESReturns 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_primary_keys(3) - php |
db2_statistics(3) - php |
odbc_foreignkeys(3) - php |
odbc_prepare(3) - php |
odbc_specialcolumns(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
Rules for Homework & Coursework Questions Forum |
New Code Tags (Syntax Highlighting) |
Denial Of Service Attack Update |