PHP Manual
db2_statistics
Description
resource db2_statistics ( resource connection, string qualifier, string schema, string table-name, bool unique )Returns a result set listing the index and statistics for a table.
Parameters
connectionA valid connection to an IBM DB2, Cloudscape, or Apache Derby database.
qualifierA qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string.
schemaThe schema that contains the targeted table. If this parameter is NULL, the statistics and indexes are returned for the schema of the current user.
table_nameThe name of the table.
uniqueAn integer value representing the type of index information to return.
0Return only the information for unique indexes on the table.
1Return the information for all indexes on the table.
Return Values
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:
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




