IBX.IBServices.TStatOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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:

ValueMeaning
DataPagesRequest statistics for data tables in the database.
DbLogStop reporting statistics after reporting information on the log pages.
HeaderPagesStop reporting statistics after reporting the information on the header page.
IndexPagesRequest statistics for the user indexes in the database.
SystemRelationsRequest statistics for system tables and indexes in addition to user tables and indexes.