IBX.IBServices.TStatOptions
Delphi
type TStatOptions = set of TStatOption;
C++
typedef System::Set<TStatOption, TStatOption::DataPages, TStatOption::StatTables> TStatOptions;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | IBX.IBServices |
Description
TStatOption and TStatOptions indicate the different statistical information available about a database.
TStatOptions is a set of TStatOption values. The following table lists the possible values:
| Value | Meaning |
| DataPages | Request statistics for data tables in the database. |
| DbLog | Stop reporting statistics after reporting information on the log pages. |
| HeaderPages | Stop reporting statistics after reporting the information on the header page. |
| IndexPages | Request statistics for the user indexes in the database. |
| SystemRelations | Request statistics for system tables and indexes in addition to user tables and indexes. |