IBX.IBDatabaseInfo.TIBDatabaseInfo.Reads

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Reads: Long read GetReads;

C++

__property int Reads = {read=GetReads, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Returns the number of page reads from the database.

Use Reads to return the number of page reads from the database since the current database was first attached, that is, an aggregate of all reads done by all attached processes, rather than the number of reads done for the calling program since it attached to the database.