ODBC 함수 목록
PHP Manual

odbc_statistics

(PHP 4, PHP 5)

odbc_statisticsRetrieve statistics about a table

설명

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

Get statistics about a table and its indexes.

인수

connection_id

ODBC 접속 식별자. odbc_connect()를 참고하십시오.

qualifier

The qualifier.

owner

The owner.

table_name

The table name.

unique

The unique attribute.

accuracy

The accuracy.

반환값

Returns an ODBC result identifier or FALSE on failure.

The result set has the following columns:

The result set is ordered by NON_UNIQUE, TYPE, INDEX_QUALIFIER, INDEX_NAME and SEQ_IN_INDEX.


ODBC 함수 목록
PHP Manual