odbc_statics()函數(shù)用來檢索表的統(tǒng)計信息
resource odbc_statistics ( resource $connection_id , string $qualifier , string $owner , string $table_name , int $unique , int $accuracy )
獲取有關(guān)表及其索引的統(tǒng)計信息。
成功返回odbc結(jié)果標(biāo)識符,否則返回false
序號 | 參數(shù)和說明 |
---|---|
1 | connection_id 它包含有關(guān)連接標(biāo)識符的信息 |
2 | qualifier 它包含有關(guān)限定符的信息 |
3 | owner 它包含有關(guān)所有者的信息 |
4 | accuracy 它包含有關(guān)表精度的信息 |