odbc_statistics(3) php man page | unix.com

Man Page: odbc_statistics

Operating Environment: php

Section: 3

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
pg_copy_from(3) - php
db2_foreign_keys(3) - php
odbc_specialcolumns(3) - php
odbc_tables(3) - php
pg_insert(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!