Allows to specify the way the database statistics would be requested.
Unit
IBCAdmin
Syntax
TIBCStatOption = (soDataPages, soDbLog, soHeaderPages, soIndexPages, soSystemRelations, soRecordVersions, soStatTables);
Values
Value | Meaning |
soDataPages |
Request statistics for data tables in the database. |
soDbLog |
Stop reporting statistics after reporting information on the log pages. |
soHeaderPages |
Stop reporting statistics after reporting the information on the header page. |
soIndexPages |
Request statistics for the user indexes in the database. |
soRecordVersions |
Request statistics for the record versions. |
soStatTables |
Request statistics for tables specified in the TableNames property. |
soSystemRelations |
Request statistics for system tables and indexes in addition to user tables and indexes. |