(no version information, might be only in CVS)
db2_statistics -- Returns a result set listing the index and statistics for a table警告 |
この関数は、 実験的なステータスにあります。これは、この関数の 動作、関数名、ここで書かれていること全てがPHPの将来のバージョンで予告 なく変更される可能性があることを意味します。注意を喚起するとともに自分 のリスクでこの関数を使用してください。 |
Returns a result set listing the index and statistics for a table.
A valid connection to an IBM DB2, Cloudscape, or Apache Derby database.
A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string.
The schema that contains the targeted table. If this parameter is NULL, the statistics and indexes are returned for the schema of the current user.
The name of the table.
An integer value representing the type of index information to return.
Return only the information for unique indexes on the table.
Return the information for all indexes on the table.
Returns a statement resource with a result set containing rows describing the statistics and indexes for the base tables matching the specified parameters. The rows are composed of the following columns: