odbc_statistics

(PHP 4 , PHP 5)

odbc_statistics -- Obtém estatisticas sobre uma tabela

Descrição

resource odbc_statistics ( resource connection_id, string qualifier, string owner, string table_name, int unique, int accuracy )

Pega estatisticas sobre uma tabela e seus índices. Retorna um identificador de resultado ODBC ou FALSE em caso de falha.

O conjunto de resultados tem as seguintes colunas:

O conjunto de resultados é ordenado por NON_UNIQUE, TYPE, INDEX_QUALIFIER, INDEX_NAME e SEQ_IN_INDEX.