RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBServices.TStatOptions Type

TStatOption and TStatOptions indicate the different statistical information available about a database.

Pascal
TStatOptions = set of TStatOption;
C++
TStatOption TStatOptions;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!